summaryrefslogtreecommitdiff
path: root/games/xjig
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-24 22:36:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-24 22:36:57 +0000
commit09c4818d30f688e8318a6f8a92dbb091b738a2d6 (patch)
tree6a952033405bf19170f2d9c7490c037f257d40a9 /games/xjig
parent- Update to 9.16.06 (diff)
- Respect X11BASE
PR: ports/105820 Submitted by: trasz
Notes
Notes: svn path=/head/; revision=177992
Diffstat (limited to 'games/xjig')
-rw-r--r--games/xjig/files/patch-aa16
1 files changed, 14 insertions, 2 deletions
diff --git a/games/xjig/files/patch-aa b/games/xjig/files/patch-aa
index ed00fa812db4..ca2c92322c6b 100644
--- a/games/xjig/files/patch-aa
+++ b/games/xjig/files/patch-aa
@@ -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
@@ -10,6 +10,18 @@
### 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