Date: Fri, 24 Nov 2006 16:14:18 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105820: [PATCH] games/xjig: respect X11BASE Message-ID: <20061124151418.9016D39DB8@pin.if.uz.zgora.pl> Resent-Message-ID: <200611241520.kAOFKCs4063268@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105820 >Category: ports >Synopsis: [PATCH] games/xjig: 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: Fri Nov 24 15:20:12 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/xjig-2.4.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xjig-2.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/xjig/files/patch-aa /home/trasz/xjig/files/patch-aa --- /usr/ports/games/xjig/files/patch-aa Sun Sep 8 23:03:24 2002 +++ /home/trasz/xjig/files/patch-aa Fri Nov 24 16:12:30 2006 @@ -1,5 +1,5 @@ ---- Makefile.Linux.orig Wed Jul 17 13:10:55 1996 -+++ Makefile.Linux Sun Sep 8 14:02:00 2002 +--- Makefile.Linux.orig Wed Jul 17 22:10:55 1996 ++++ Makefile.Linux Fri Nov 24 16:10:03 2006 @@ -1,7 +1,7 @@ ### compiler section @@ -9,6 +9,18 @@ +CXXFLAGS += -Wall -fstrength-reduce -fpcc-struct-return -DUSE_MIT_SHM -I${X_INCLUDE} ### default file to be used, when no options are set + +@@ -9,9 +9,9 @@ + + ### Directories for include files of X11 and libraries + +-X_INCLUDE = /usr/X11R6/include ++X_INCLUDE = $(X11BASE)/include + +-XLIB_DIR = /usr/X11R6/lib ++XLIB_DIR = $(X11BASE)/lib + + ################################################################### @@ -20,7 +20,7 @@ .SUFFIXES: .C .o --- xjig-2.4.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?20061124151418.9016D39DB8>