aboutsummaryrefslogtreecommitdiff
path: root/security/rnp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-06 06:02:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-06 06:02:48 +0000
commit302a3569640fc133f65bf3dd447cb188787bcc3c (patch)
tree5bb61bcb1d9dfa143ce3b05626c04491ac36103f /security/rnp
parenta74ab7dc7aeedf5f46911c12dda9074887dba738 (diff)
downloadports-302a3569640fc133f65bf3dd447cb188787bcc3c.tar.gz
ports-302a3569640fc133f65bf3dd447cb188787bcc3c.zip
Add compiler:c++11-lang to USES to fix build on GCC-based architectures:
Target "cmTC_f3032" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=564188
Diffstat (limited to 'security/rnp')
-rw-r--r--security/rnp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rnp/Makefile b/security/rnp/Makefile
index d9e6916a23bc..34962053503c 100644
--- a/security/rnp/Makefile
+++ b/security/rnp/Makefile
@@ -20,7 +20,7 @@ LICENSE_PERMS_OCB_Patent= dist-mirror dist-sell pkg-mirror pkg-sell \
LIB_DEPENDS= libbotan-2.so:security/botan2 \
libjson-c.so:devel/json-c
-USES= cmake pkgconfig
+USES= cmake compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= rnpgp
USE_LDCONFIG= yes