git: c197271f4da5 - main - graphics/iccxml: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 18:56:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c197271f4da58b7515b8882e578f59f8a0da6b46 commit c197271f4da58b7515b8882e578f59f8a0da6b46 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 18:50:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 18:55:51 +0000 graphics/iccxml: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/iccxml/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index b6b551cf1a4a..24ae8f35c1f8 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -12,9 +12,12 @@ WWW= http://iccxml.sourceforge.net/ LIB_DEPENDS= libSampleICC.so:graphics/sampleicc USES= gmake gnome libtool pathfix pkgconfig -GNU_CONFIGURE= yes +USE_CXXSTD= c++14 USE_GNOME= libxml2 USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip post-patch: