ports/73398: [MAINTAINER UPDATE]: games/stratagus fix for 5.3

Travis Poppe tlp at LiquidX.org
Tue Nov 2 00:30:30 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list