aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libical
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2018-03-23 07:32:43 +0800
committertruckman <truckman@FreeBSD.org>2018-03-23 07:32:43 +0800
commit1976b42b7b3edb217204421b3092ec22f8cd076e (patch)
tree39749e592dee18caaa461f93b517a024bc0f31fd /devel/libical
parenta209f92e8a252f2b1170eab65a75b84b004350b1 (diff)
downloadfreebsd-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/Makefile2
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