diff options
author | kris <kris@FreeBSD.org> | 2002-10-23 15:08:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-23 15:08:16 +0800 |
commit | 408b2c5649ef16ace01477d3c8eef06157a8e629 (patch) | |
tree | cf75d99b1dc3f361015868c70bdc589f195885ad /lang/tcl80 | |
parent | 882cd7425d8d69dc4990224db466d4e3aa681fc3 (diff) | |
download | freebsd-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.lib | 3 |
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 |