aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-26 09:14:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-26 09:40:13 +0000
commit6d0180d02ad0bfbef82728ddb02482674a7015f7 (patch)
tree42d72a2e3525a26b57e0f69ac076d2d774be6f2d
parentb3d6a23b5134029bc8a8e7ec613f78d07aeaf72e (diff)
downloadports-6d0180d02ad0bfbef82728ddb02482674a7015f7.tar.gz
ports-6d0180d02ad0bfbef82728ddb02482674a7015f7.zip
graphics/sswf: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--graphics/sswf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile
index 519241c9ea39..6d381a57e264 100644
--- a/graphics/sswf/Makefile
+++ b/graphics/sswf/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= bison iconv jpeg libtool localbase pkgconfig
+USE_CXXSTD= c++14
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
INSTALL_TARGET= install-strip