aboutsummaryrefslogtreecommitdiff
path: root/misc/sword
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2018-01-17 16:44:05 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2018-01-17 16:44:05 +0000
commit2e772d5e5f09dec0b41a56eb0c482e5945475c1b (patch)
tree78d1cc14fe7584f4d0a6ad08dd43e365ca757837 /misc/sword
parent3d3639cfc04b324f6eb78d7d9db14b993e14830e (diff)
downloadports-2e772d5e5f09dec0b41a56eb0c482e5945475c1b.tar.gz
ports-2e772d5e5f09dec0b41a56eb0c482e5945475c1b.zip
Notes
Diffstat (limited to 'misc/sword')
-rw-r--r--misc/sword/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile
index 5bdaaaebe67d..f7679b21a181 100644
--- a/misc/sword/Makefile
+++ b/misc/sword/Makefile
@@ -15,7 +15,11 @@ LICENSE= GPLv2
BUILD_DEPENDS= cppunit-config:devel/cppunit
-BROKEN_FreeBSD_12= does not build on 12.X
+# Workaround for for FreeBSD_11+.
+BUILD_DEPENDS+= clang38:lang/clang38
+CC= clang38
+CXX= clang++38
+
BROKEN_powerpc64= does not compile: libicui18n.so: undefined reference to __cxa_throw_bad_array_new_length
GNU_CONFIGURE= yes