diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2002-11-15 18:25:06 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2002-11-15 18:25:06 +0000 |
commit | 57f9501a953a5ddf1c2a0e9ce822a1c0acebc831 (patch) | |
tree | 79b9fc1b0dfdaf77da8e58f02e7cdfafcc130891 /java | |
parent | Upgrade to version 5.1 (diff) |
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')
-rw-r--r-- | java/sablevm/Makefile | 2 |
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 |