aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-04-28 14:32:23 +0800
committermarino <marino@FreeBSD.org>2015-04-28 14:32:23 +0800
commitb158fab97f0c76d7c81609e38847ce516d42081f (patch)
treee2fd79b85db786461dcd1c890a1defd2bdfffede /lang
parentf60d44ee516d5808de71d7350d5f5236d493ec44 (diff)
downloadfreebsd-ports-gnome-b158fab97f0c76d7c81609e38847ce516d42081f.tar.gz
freebsd-ports-gnome-b158fab97f0c76d7c81609e38847ce516d42081f.tar.zst
freebsd-ports-gnome-b158fab97f0c76d7c81609e38847ce516d42081f.zip
lang/gcc5: Remove Dragonfly's Makefile; it's no longer needed
Now that the JAVA exclusion is part of the main Makefile, the only thing Makefile.DragonFly was doing was supporting pre-gcc5 dev branch. Those users have a static package available to them, and in general they are expected to upgrade to post-gcc5 in base anyway. Thus the DF makefile is no longer necessary.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc5/Makefile.DragonFly9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/gcc5/Makefile.DragonFly b/lang/gcc5/Makefile.DragonFly
deleted file mode 100644
index 7163f7d76237..000000000000
--- a/lang/gcc5/Makefile.DragonFly
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-# The following modification to CXXFLAGS is needed in the case of DragonFly
-# 4.1+ building lang/gcc5 with the gcc50 base compiler when the system
-# libraries were built by the gcc47 base compiler. The sys.mk file
-# automatically adds -D_GLIBCXX_USE_CXX11_ABI=0 to CXXFLAGS in that case,
-# which will break the build.
-
-CXXFLAGS:= ${CXXFLAGS:N-D_GLIBCXX_USE_CXX11_ABI*}