diff options
author | dirk <dirk@FreeBSD.org> | 2002-09-19 11:46:05 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-09-19 11:46:05 +0000 |
commit | 716398ac8b883e09d8369f8b02074f2e9de48d97 (patch) | |
tree | 33804ed3a90386a74dbf41e43803ec473637f227 /databases/xmysqladmin | |
parent | b8c3cdd4b2de722d034a162d2e443c06b992def3 (diff) | |
download | FreeBSD-ports-716398ac8b883e09d8369f8b02074f2e9de48d97.zip FreeBSD-ports-716398ac8b883e09d8369f8b02074f2e9de48d97.tar.gz |
Fix include path for xforms.
Diffstat (limited to 'databases/xmysqladmin')
-rw-r--r-- | databases/xmysqladmin/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/xmysqladmin/files/patch-aa b/databases/xmysqladmin/files/patch-aa index 5794ccd..62b1b87 100644 --- a/databases/xmysqladmin/files/patch-aa +++ b/databases/xmysqladmin/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Mon Dec 7 12:52:39 1998 -+++ Makefile Sun Mar 11 14:02:11 2001 ++++ Makefile Thu Sep 19 13:45:22 2002 @@ -34,7 +34,7 @@ # This is used by 'make install' command #------------------------------------------------------- @@ -69,7 +69,7 @@ #------------------------------------------------------- #XFORMINCDIR = -I/opt/local/include -XFORMINCDIR = -I/usr/X11R6/include -+XFORMINCDIR = -I${X11BASE}/include ++XFORMINCDIR = -I${X11BASE}/include -I${X11BASE}/include/X11 ######################################################## |