aboutsummaryrefslogtreecommitdiffstats
path: root/misc/sword
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2018-01-18 00:44:05 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2018-01-18 00:44:05 +0800
commitb228ea80fa2c0dd2442ee787afdab2633d0d4ea7 (patch)
tree78d1cc14fe7584f4d0a6ad08dd43e365ca757837 /misc/sword
parentcf10baef94d8d8aabbc75a22afe16744af36b7dc (diff)
downloadfreebsd-ports-gnome-b228ea80fa2c0dd2442ee787afdab2633d0d4ea7.tar.gz
freebsd-ports-gnome-b228ea80fa2c0dd2442ee787afdab2633d0d4ea7.tar.zst
freebsd-ports-gnome-b228ea80fa2c0dd2442ee787afdab2633d0d4ea7.zip
- Fix build for FreeBSD 11+
MFH: 2018Q1
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