diff options
author | kris <kris@FreeBSD.org> | 2006-09-17 10:05:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-17 10:05:25 +0800 |
commit | c20fad92a6b2ea8875d11327cb45ad44a6ec0144 (patch) | |
tree | f89267067ce82d2b7b5c5774d03ab77372a4f78e /lang/gcc42-withgcjawt | |
parent | 768c113d61ac55f6db81550f3975a89c28eb5b26 (diff) | |
download | freebsd-ports-gnome-c20fad92a6b2ea8875d11327cb45ad44a6ec0144.tar.gz freebsd-ports-gnome-c20fad92a6b2ea8875d11327cb45ad44a6ec0144.tar.zst freebsd-ports-gnome-c20fad92a6b2ea8875d11327cb45ad44a6ec0144.zip |
Move the gcc4[12]-withgcjawt WITHOUT_JAVA BROKEN check into gcc41 since
it needs to happen after that variable is assigned in order to
correctly function on !i386.
Diffstat (limited to 'lang/gcc42-withgcjawt')
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile index 58736f53d460..fc9feca7a0a4 100644 --- a/lang/gcc42-withgcjawt/Makefile +++ b/lang/gcc42-withgcjawt/Makefile @@ -16,10 +16,6 @@ DESCR= ${.CURDIR}/pkg-descr WITH_JAVA_AWT= yes -.if defined (WITHOUT_JAVA) -BROKEN= Does not build gcj -.endif - #weird libtool issue http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28442 EXTRA_PATCHES+= ${.CURDIR}/files/patch-configure USE_AUTOTOOLS= libtool:15 |