MFH: r459270
- Fix build for FreeBSD 11+ Approved by: portmgr (swills)
This commit is contained in:
parent
8b7a8953bb
commit
350040b6e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q1/; revision=459275
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue