ports/105874: [PATCH] games/xgalaga: respect X11BASE

trasz trasz at pin.if.uz.zgora.pl
Sun Nov 26 18:20:35 UTC 2006


>Number:         105874
>Category:       ports
>Synopsis:       [PATCH] games/xgalaga: respect X11BASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 26 18:20:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Respect X11BASE.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/xgalaga-2.0.34_1.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xgalaga-2.0.34_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/xgalaga/Makefile /home/trasz/xgalaga/Makefile
--- /usr/ports/games/xgalaga/Makefile	Fri Jan 20 01:06:33 2006
+++ /home/trasz/xgalaga/Makefile	Sun Nov 26 19:09:18 2006
@@ -19,7 +19,9 @@
 HAS_CONFIGURE=	yes
 # xgalaga has a very strange usage of these variables...
 CONFIGURE_ARGS=	--prefix=${X11BASE}/lib/X11/xgalaga \
-		--exec_prefix=${X11BASE}/bin
+		--exec_prefix=${X11BASE}/bin \
+		--x-includes=${X11BASE}/include \
+		--x-libraries=${X11BASE}/lib
 
 .if defined(NOSOUND)
 CONFIGURE_ARGS+=	--without-sound
--- xgalaga-2.0.34_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list