aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-01-08 21:50:36 +0800
committerkwm <kwm@FreeBSD.org>2014-01-08 21:50:36 +0800
commit3cd32f02a3f0def1d269e3cf85ca5954ecb4444f (patch)
tree88fbc740389b21ecb85cdb14675bf123ab8a09f6 /lang
parentc43c346a5175e77fa206ce898045e0d9faeb8047 (diff)
downloadfreebsd-ports-gnome-3cd32f02a3f0def1d269e3cf85ca5954ecb4444f.tar.gz
freebsd-ports-gnome-3cd32f02a3f0def1d269e3cf85ca5954ecb4444f.tar.zst
freebsd-ports-gnome-3cd32f02a3f0def1d269e3cf85ca5954ecb4444f.zip
Add USES=compiler:c11. We need clang or GCC 4.4+.
This fixes the build on 8.x and 9.x. Submitted by: beefy builders
Diffstat (limited to 'lang')
-rw-r--r--lang/spidermonkey24/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey24/Makefile b/lang/spidermonkey24/Makefile
index c0e54013997b..39363f0dada2 100644
--- a/lang/spidermonkey24/Makefile
+++ b/lang/spidermonkey24/Makefile
@@ -19,7 +19,7 @@ CONFLICTS= njs-[0-9]*
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= gmake pathfix perl5
+USES= compiler:c11 gmake pathfix perl5
USE_PERL5= build
USE_LDCONFIG= yes
USE_PYTHON_BUILD= -2.7
g so that it doesn't bother you if hz is alreadysilby2005-10-061-2/+2 * Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-1/+1 * Respect the user's USE_LINUX setting.trevor2005-03-021-1/+1 * Use NO_FETCH instead of a gratuitous do-fetch target.kris2004-12-281-3/+1 * Patch to keep up with the recent cdev changes. No need for a portsilby2004-06-241-5/+34 * Update the rtc device to use dynamic numbering on -current. In order tosilby2004-03-143-8/+5 * Ugh, 502103 is the correct revision, not 502104.silby2004-03-101-1/+1 * Bump portrev for last change.silby2004-03-101-1/+1 * *Actually* make rtc work on post-502104 -CURRENT.silby2004-03-102-4/+0 * Make rtc module work with FreeBSD 502104.mbr2004-03-032-1/+9 * Update the rtc driver once again. As of this revision, I believe thatsilby2004-02-252-6/+14 * Replace rtc with a revamped version that I've been working on. This versionsilby2004-01-282-31/+109 * Fix that pesky panic when the rtc module is unloaded.silby2004-01-231-1/+0 * Substitute BROKEN with IGNORE in cases where the port requires the src treemarcus2004-01-101-2/+2 * Bump portrevisionmbr2003-05-151-1/+1 * Fix panic if the rtc module gets loaded twice: Make rtc_dev staticmbr2003-05-151-3/+5 * [Forced commit]nork2003-04-051-0/+1 * Correct dependency on linux.ko.nork2003-04-051-0/+2 * Support post-500104-current.nork2003-03-233-8/+22 * Clear moonlight beckons.ade2003-03-072-1/+1 * Fix build on -CURRENT by conditionally defining M_WAITOK as 0x0000.alex2003-02-131-0/+4