diff options
author | truckman <truckman@FreeBSD.org> | 2018-03-23 07:32:43 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2018-03-23 07:32:43 +0800 |
commit | 1976b42b7b3edb217204421b3092ec22f8cd076e (patch) | |
tree | 39749e592dee18caaa461f93b517a024bc0f31fd /devel/libical | |
parent | a209f92e8a252f2b1170eab65a75b84b004350b1 (diff) | |
download | freebsd-ports-gnome-1976b42b7b3edb217204421b3092ec22f8cd076e.tar.gz freebsd-ports-gnome-1976b42b7b3edb217204421b3092ec22f8cd076e.tar.zst freebsd-ports-gnome-1976b42b7b3edb217204421b3092ec22f8cd076e.zip |
USES+=compiler:c++11-lib to unbreak devel/libical build on PowerPC
and other arches where gcc is the base compiler.
No PORTREVISION bump because this is a no-op on arches with clang
as the base compiler, and it unbreaks the build on the rest.
PR: 221642, 215770
Reported by: Robin <solence AT zoho.eu>
Diffstat (limited to 'devel/libical')
-rw-r--r-- | devel/libical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile index d4fc4f323aff..f1d7aea249d1 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libicuuc.so:devel/icu -USES= cmake pathfix perl5 +USES= cmake compiler:c++11-lib pathfix perl5 USE_GITHUB= yes USE_GNOME= introspection:build USE_PERL5= build |