diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
commit | e434a250b6633ad6da96d97eaa211312e17539dc (patch) | |
tree | e16428fdb73f48acce12d201399969c6f11a325f /lang | |
parent | 226c0ca8b78797c3baad8fcd3e310d1bad2fc9e2 (diff) | |
download | freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.gz freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.zst freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.zip |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 426aa5fbeace..1730bf634f15 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -31,10 +31,6 @@ MAKE_ENV+= CCACHE_CPP2=1 INFO= gauche-refe gauche-refj -BROKEN_ia64= Does not build with ${ARCH} -BROKEN_powerpc= Does not build with ${ARCH} -BROKEN_sparc= Does not build with ${ARCH} - OPTIONS_DEFINE= GDBM THREADS SLIB OPTIONS_RADIO= MULTIBYTE OPTIONS_RADIO_MULTIBYTE= EUCJP SJIS UTF8 |