aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl80
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-23 15:08:16 +0800
committerkris <kris@FreeBSD.org>2002-10-23 15:08:16 +0800
commit408b2c5649ef16ace01477d3c8eef06157a8e629 (patch)
treecf75d99b1dc3f361015868c70bdc589f195885ad /lang/tcl80
parent882cd7425d8d69dc4990224db466d4e3aa681fc3 (diff)
downloadfreebsd-ports-gnome-408b2c5649ef16ace01477d3c8eef06157a8e629.tar.gz
freebsd-ports-gnome-408b2c5649ef16ace01477d3c8eef06157a8e629.tar.zst
freebsd-ports-gnome-408b2c5649ef16ace01477d3c8eef06157a8e629.zip
Fix build on -current (add -DNO_UNION_WAIT to cc build flags)
Submitted by: tjr
Diffstat (limited to 'lang/tcl80')
-rw-r--r--lang/tcl80/files/Makefile.lib3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl80/files/Makefile.lib b/lang/tcl80/files/Makefile.lib
index 70793ceab88d..d7fdc392a628 100644
--- a/lang/tcl80/files/Makefile.lib
+++ b/lang/tcl80/files/Makefile.lib
@@ -9,7 +9,8 @@ CFLAGS+= -I. -I./../generic \
-DTCL_SHLIB_EXT=\".so\" \
-DHAVE_SYS_FILIO_H=1 \
-DTCL_LIBRARY=\"${TCL_LIBRARY}\" \
- -DTCL_PACKAGE_PATH="\"${PREFIX}/lib\""
+ -DTCL_PACKAGE_PATH="\"${PREFIX}/lib\"" \
+ -DNO_UNION_WAIT