diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-25 06:36:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-25 06:36:57 +0800 |
commit | cba36774b099ac05f7fcc776ceae579dd92eaf50 (patch) | |
tree | 60368a2f624cb2c78a466a49a773ba9a8c3f6abd /games/xjig | |
parent | f0eb603eac6ef42133efbec1e37b64b4f4ab8c63 (diff) | |
download | freebsd-ports-gnome-cba36774b099ac05f7fcc776ceae579dd92eaf50.tar.gz freebsd-ports-gnome-cba36774b099ac05f7fcc776ceae579dd92eaf50.tar.zst freebsd-ports-gnome-cba36774b099ac05f7fcc776ceae579dd92eaf50.zip |
- Respect X11BASE
PR: ports/105820
Submitted by: trasz
Diffstat (limited to 'games/xjig')
-rw-r--r-- | games/xjig/files/patch-aa | 16 |
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 |