aboutsummaryrefslogtreecommitdiff
path: root/java/sablevm
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-11-15 18:25:06 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-11-15 18:25:06 +0000
commit57f9501a953a5ddf1c2a0e9ce822a1c0acebc831 (patch)
tree79b9fc1b0dfdaf77da8e58f02e7cdfafcc130891 /java/sablevm
parentc987e8c14ac29fbcbd46316874532bffd80fc68b (diff)
downloadports-57f9501a953a5ddf1c2a0e9ce822a1c0acebc831.tar.gz
ports-57f9501a953a5ddf1c2a0e9ce822a1c0acebc831.zip
Fix build on -current by adding "-D__XSI_VISIBLE -D__BSD_VISIBLE" to CFLAGS.
Notes
Notes: svn path=/head/; revision=70183
Diffstat (limited to 'java/sablevm')
-rw-r--r--java/sablevm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index 278a75446f94..1c4096f77434 100644
--- a/java/sablevm/Makefile
+++ b/java/sablevm/Makefile
@@ -28,7 +28,7 @@ LIBTOOLFILES= ${SABLEVMDIR}/configure ${NATIVEDIR}/configure
USE_GMAKE= yes
INSTALLS_SHLIB= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
-CONFIGURE_ENV= CFLAGS="-D_P1003_1B_VISIBLE -pthread -I${PREFIX}/include -L${PREFIX}/lib"
+CONFIGURE_ENV= CFLAGS="-D__XSI_VISIBLE -D__BSD_VISIBLE -D_P1003_1B_VISIBLE -pthread -I${PREFIX}/include -L${PREFIX}/lib"
.if defined(WITH_GNOMELIBS) || exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
USE_GNOMENG= yes
USE_GNOME= gnomelibs