aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-04-11 21:54:22 +0800
committermarino <marino@FreeBSD.org>2016-04-11 21:54:22 +0800
commit1f0b711c6a744f84219b46f8f16d51b572d8d728 (patch)
treee1dd6173ae15e28aaa1d751e2a8d749b1ee78ce9 /devel
parent633c380edbde889acabc449d41a7bdcaa90582cd (diff)
downloadfreebsd-ports-gnome-1f0b711c6a744f84219b46f8f16d51b572d8d728.tar.gz
freebsd-ports-gnome-1f0b711c6a744f84219b46f8f16d51b572d8d728.tar.zst
freebsd-ports-gnome-1f0b711c6a744f84219b46f8f16d51b572d8d728.zip
Restrict dns/ironsides to gcc5-aux only
Right now, ironsides emits a STORAGE ERROR during building with lang/gcc6-aux. It's unclear if the problem lies with compiler or with ironsides. For now, limit building it with gcc5-aux (the default). The USES=ada:5 setting wasn't supported, but it should have been. This has also been fixed.
Diffstat (limited to 'devel')
-rw-r--r--devel/libspark2012/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libspark2012/Makefile b/devel/libspark2012/Makefile
index bf6d0988cb8d..03eb3ac62e2b 100644
--- a/devel/libspark2012/Makefile
+++ b/devel/libspark2012/Makefile
@@ -12,6 +12,6 @@ COMMENT= SPARK 2012 Spark.Ada library
LICENSE= GPLv3
-USES= ada tar:bzip2
+USES= ada:5 tar:bzip2
.include <bsd.port.mk>