aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2018-03-23 07:32:43 +0800
committerDon Lewis <truckman@FreeBSD.org>2018-03-23 07:32:43 +0800
commit89269fbfe8414f598d891b54f937ee27d3320e88 (patch)
tree39749e592dee18caaa461f93b517a024bc0f31fd
parenta57ba963b7f2a33a376691f2dd7f3950557b50db (diff)
downloadfreebsd-ports-89269fbfe8414f598d891b54f937ee27d3320e88.tar.gz
freebsd-ports-89269fbfe8414f598d891b54f937ee27d3320e88.tar.zst
freebsd-ports-89269fbfe8414f598d891b54f937ee27d3320e88.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>
Notes
Notes: svn path=/head/; revision=465324
-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