diff options
author | archie <archie@FreeBSD.org> | 2002-11-15 18:25:06 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2002-11-15 18:25:06 +0000 |
commit | bd85eb44afbb5b4a098b919efcb722d0c26a4c17 (patch) | |
tree | 60142cf004227bb1c20954576128d25db4e736dc /java/sablevm | |
parent | 6fe341cf984d380f1eb62bd4a9da5664b9acb0d0 (diff) | |
download | FreeBSD-ports-bd85eb44afbb5b4a098b919efcb722d0c26a4c17.zip FreeBSD-ports-bd85eb44afbb5b4a098b919efcb722d0c26a4c17.tar.gz |
Fix build on -current by adding "-D__XSI_VISIBLE -D__BSD_VISIBLE" to CFLAGS.
Diffstat (limited to 'java/sablevm')
-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 278a754..1c4096f 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 |