diff options
author | marcus <marcus@FreeBSD.org> | 2005-06-10 01:35:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-06-10 01:35:28 +0800 |
commit | ca80bd5e59cc7007de7148f1b9f663ee83326316 (patch) | |
tree | 5f15e88323b0f3df4e61fe3bf84e442659c229b6 /x11-toolkits/libgtk-java | |
parent | 20ae8c40f9b4e8bf2a725b18f406cf3d0ae457c0 (diff) | |
download | freebsd-ports-gnome-ca80bd5e59cc7007de7148f1b9f663ee83326316.tar.gz freebsd-ports-gnome-ca80bd5e59cc7007de7148f1b9f663ee83326316.tar.zst freebsd-ports-gnome-ca80bd5e59cc7007de7148f1b9f663ee83326316.zip |
Use GCC 3.4 to fix the build on 4.X.
Diffstat (limited to 'x11-toolkits/libgtk-java')
-rw-r--r-- | x11-toolkits/libgtk-java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libgtk-java/Makefile b/x11-toolkits/libgtk-java/Makefile index 98dc5c4c020b..619a8ce2d623 100644 --- a/x11-toolkits/libgtk-java/Makefile +++ b/x11-toolkits/libgtk-java/Makefile @@ -23,6 +23,7 @@ USE_LIBTOOL_VER=15 USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native +USE_GCC= 3.4 USE_GNOME= gnomehack gtk20 CONFIGURE_ARGS= --without-gcj-compile CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" |