aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 16:50:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-23 16:50:18 +0000
commitc8f6192a7e5ca36fb56e3d9f0e4a202e573fbf5f (patch)
treeaaec1748ce46c269c1392d474860ca4b721c6ae4
parenta2e05f4c19ce0571d1203401bfa45c21d066cce3 (diff)
downloadports-c8f6192a7e5ca36fb56e3d9f0e4a202e573fbf5f.tar.gz
ports-c8f6192a7e5ca36fb56e3d9f0e4a202e573fbf5f.zip
security/libecc: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--security/libecc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/libecc/Makefile b/security/libecc/Makefile
index 7133c670b690..ba7f3a65796c 100644
--- a/security/libecc/Makefile
+++ b/security/libecc/Makefile
@@ -13,8 +13,11 @@ LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
USES= libtool localbase
-GNU_CONFIGURE= yes
+USE_CXXSTD= c++14
USE_LDCONFIG= yes
+
+GNU_CONFIGURE= yes
+
INSTALL_TARGET= install-strip
post-patch: