From owner-cvs-all@FreeBSD.ORG Tue Nov 2 20:43:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26A2C16A4CE; Tue, 2 Nov 2004 20:43:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B9343D1D; Tue, 2 Nov 2004 20:43:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA2KhMh4042430; Tue, 2 Nov 2004 20:43:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA2KhM5E042429; Tue, 2 Nov 2004 20:43:22 GMT (envelope-from pav) Message-Id: <200411022043.iA2KhM5E042429@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 2 Nov 2004 20:43:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/stratagus Makefileports/games/stratagus/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 20:43:23 -0000 pav 2004-11-02 20:43:22 UTC FreeBSD ports repository Modified files: games/stratagus Makefile Added files: games/stratagus/files patch-configure Log: - Fix runtime on 5.3 systems. Explicit -lc after -pthread seems to break libpthread, the game cores on startup. Avoid this by not explicitly linking -lc. I'm not sure why this is happening. PR: ports/73398 (with modification) Submitted by: Travis Poppe (maintainer) Revision Changes Path 1.3 +1 -0 ports/games/stratagus/Makefile 1.1 +12 -0 ports/games/stratagus/files/patch-configure (new)