aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2006-12-01 22:14:47 +0800
committerlaszlof <laszlof@FreeBSD.org>2006-12-01 22:14:47 +0800
commitba9cbc0e3cfa075551472dbd748f3aca40565842 (patch)
tree40b7098afc34f4c0a6a6d31e034f6f578e0db690 /x11-toolkits
parent0ffc9137c1bdd99f55ce334cee8f857e111747bb (diff)
downloadfreebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.tar.gz
freebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.tar.zst
freebsd-ports-gnome-ba9cbc0e3cfa075551472dbd748f3aca40565842.zip
Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/itk/files/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/itk/files/Makefile.lib b/x11-toolkits/itk/files/Makefile.lib
index bc527310ac85..c9635939f1a8 100644
--- a/x11-toolkits/itk/files/Makefile.lib
+++ b/x11-toolkits/itk/files/Makefile.lib
@@ -5,7 +5,7 @@ CFLAGS+= -I. -I./../generic \
-I${PREFIX}/include/tcl8.4/generic \
-I${PREFIX}/include/itcl${MAJOR}.${MINOR}/ \
-I${PREFIX}/include/tk8.4/generic \
- -I/usr/X11R6/include \
+ -I${X11BASE}/include \
-DHAVE_GETCWD=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1\
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1\
-DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1\