aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 15:44:12 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 15:50:40 +0000
commit6be79dc9b310f2bff71c247cd369f43acd0f7798 (patch)
tree041e0ff28f091bc59efe22baadc42cedcc9101fe
parenta68c8de9cf720262e8e3db34797ece084bdcf806 (diff)
devel/libe: Fix build with llvm16
- Pet portclippy while I am here Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/libe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libe/Makefile b/devel/libe/Makefile
index 652ea414001a..48038067a849 100644
--- a/devel/libe/Makefile
+++ b/devel/libe/Makefile
@@ -17,10 +17,10 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
+USE_CXXSTD= c++14
USE_GITHUB= yes
-USE_LDCONFIG= yes
-
GH_ACCOUNT= rescrv
GH_PROJECT= e
+USE_LDCONFIG= yes
.include <bsd.port.mk>