aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/itk
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 14:14:47 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-12-01 14:14:47 +0000
commit3105b28d41c7b2aae4c4aefcc219f0d73a64c6b0 (patch)
treecbdf6149702339990e73dd7d637ebbcf204f1707 /x11-toolkits/itk
parent01ee81ed0b0c92013a82d043c503b7bf92e5641c (diff)
downloadports-3105b28d41c7b2aae4c4aefcc219f0d73a64c6b0.tar.gz
ports-3105b28d41c7b2aae4c4aefcc219f0d73a64c6b0.zip
Respect X11BASE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=178466
Diffstat (limited to 'x11-toolkits/itk')
-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\