diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-12-04 13:56:47 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-12-04 13:56:47 +0000 |
commit | 945111d9c0d862ffb36cce3f59dc7b137dae0314 (patch) | |
tree | 91959bdd0b5aacfe561dd9e84f198be11aba3dd5 | |
parent | devel/bazel: update to 0.20.0 (diff) |
net/boinc-client: add USES=compiler:c++11-lang to fix GCC architectures.
PR: 233750
Reported by: pkubaj@anongoth.pl
Notes
Notes:
svn path=/head/; revision=486598
-rw-r--r-- | net/boinc-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 2c03164b611d..0e79b273d561 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -4,7 +4,7 @@ PORTNAME= boinc-client PORTVERSION= 7.8.6 DISTVERSIONPREFIX= client_release/7.8/ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= ler@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Berkeley Open Infrastructure for Network Computing client LICENSE= LGPL3 -USES= autoreconf dos2unix gettext gmake \ +USES= autoreconf compiler:c++11-lang dos2unix gettext gmake \ libtool pkgconfig ssl tar:xz INSTALL_TARGET= install-strip GNU_CONFIGURE= yes |