Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2004 17:20:40 -0700
From:      Travis Poppe <tlp@LiquidX.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73398: [MAINTAINER UPDATE]: games/stratagus fix for 5.3
Message-ID:  <20041101172040.741e580c@maya.liquidx.org>
Resent-Message-ID: <200411020030.iA20UUTn094286@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73398
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/stratagus fix for 5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 02 00:30:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
games/stratagus currently will build on 5.3 but not function correctly
due to linking problems. 

A patch has been submitted by Nehal (one of the stratagus devs) to fix
this issue. Much thanks to him.

The existing stratagus package for FreeBSD 5.3 is broken without
rebuilding with this patch.

Please add this patch (patch-ab) to the 'files' directory.

>How-To-Repeat:
>Fix:
--- configure.orig	Thu Jul  1 18:46:35 2004
+++ configure	Mon Nov  1 16:11:10 2004
@@ -3230,7 +3230,7 @@
     fi
 fi
 if test "$ARCH" = "bsd"; then
-    VIDEO_LIBS="$VIDEO_LIBS -lc"
+    VIDEO_LIBS="$VIDEO_LIBS -lpthread -lc"
 fi
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041101172040.741e580c>