Date: Sun, 26 Nov 2006 19:09:50 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105874: [PATCH] games/xgalaga: respect X11BASE Message-ID: <20061126180950.12E3339DBD@pin.if.uz.zgora.pl> Resent-Message-ID: <200611261820.kAQIKC4K072053@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061126180950.12E3339DBD>