551b6c6c9b
Recently DragonFly was added as an officially supported platform on GCC, providing OOTB support for C, C++, ObjC, and Fortran. However, the Java lang does not build, even if the first failure (boehm-gc) is fixed. Adding Makefile.DragonFly is the cleanest and least intrusive way I could remove the JAVA option (there is no EXCLUDE_OPTION_${OPSYS} support in bsd.options.mk) Approved by: maintainer (gerald@)
3 lines
35 B
Text
3 lines
35 B
Text
# $FreeBSD$
|
|
|
|
OPTIONS_EXCLUDE= JAVA
|