diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 20:36:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 20:36:04 +0000 |
commit | bd64a4f18c29713b4e270a9dff7f912d13a12e58 (patch) | |
tree | 699e63834cca5b95087b6d57383fe37b6abdd52f /lang/gcc48 | |
parent | d2d0618fc29aedfd850fb9df8ffae4afd87dfa6c (diff) | |
download | ports-bd64a4f18c29713b4e270a9dff7f912d13a12e58.tar.gz ports-bd64a4f18c29713b4e270a9dff7f912d13a12e58.zip |
lang/gcc(46,47,48,49,5): Use OPTIONS_EXCLUDE_DragonFly to block JAVA
The JAVA frontend doesn't build on DragonFly on any release. The new
OPTIONS_EXCLUDE_${OPSYS} feature is a nice way to avoid the use of
Makefile.DragonFly (most are in dports, but one is in lang/gcc5).
The recent addition of CXXFLAGS to lang/gcc5 prevents Makefile.DragonFly
on lang/gcc5 from being removed outright. There are a couple of options
available to allow its removal, but I'll need to discuss with Gerald.
Approved by: DragonFly blanket
Notes
Notes:
svn path=/head/; revision=382341
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 310477efd17f..b17b38381594 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -52,6 +52,7 @@ OPTIONS_DEFINE_amd64= JAVA OPTIONS_DEFAULT= BOOTSTRAP OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA +OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap .include <bsd.port.pre.mk> |