diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 09:14:49 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 09:40:13 +0000 |
commit | 6d0180d02ad0bfbef82728ddb02482674a7015f7 (patch) | |
tree | 42d72a2e3525a26b57e0f69ac076d2d774be6f2d | |
parent | b3d6a23b5134029bc8a8e7ec613f78d07aeaf72e (diff) | |
download | ports-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/Makefile | 1 |
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 |