Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 18:56:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c197271f4da5 - main - graphics/iccxml: Fix build with llvm16
Message-ID:  <202308051856.375Iu6Hq075884@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308051856.375Iu6Hq075884>