1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix build on -current (add -DNO_UNION_WAIT to cc build flags)

Submitted by:	tjr
This commit is contained in:
Kris Kennaway 2002-10-23 07:08:16 +00:00
parent dfc33912b0
commit 6429d9f075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68635

View File

@ -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