- Use USES=compiler:c++11-lib
- Mark broken for FreeBSD 8.x and 9.x without libc++
This commit is contained in:
parent
a7c02a9a38
commit
7b021c9240
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335062
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,7 @@ USE_CXXSTD= c++11
|
|||
USE_GNOME= libxml2
|
||||
USE_OPENSSL= yes
|
||||
USE_XZ= yes
|
||||
USES= compiler:c++11-lang pathfix pkgconfig
|
||||
USES= compiler:c++11-lib pathfix pkgconfig
|
||||
|
||||
CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle
|
||||
CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
|
||||
|
@ -46,6 +46,10 @@ ARIA2_DISK_CACHE?= 16M
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000500 && !exists(/usr/lib/libc++.so)
|
||||
BROKEN= Build with clang and libc++ only
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
|
||||
BROKEN= Does not install on powerpc-9
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue