Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 22:23:35 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: 59d1f768ed1f - main - graphics/enblend: Fix build with llvm16
Message-ID:  <202307182223.36IMNZFc028583@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=59d1f768ed1f1fb36c272106035cc321158eb0f9

commit 59d1f768ed1f1fb36c272106035cc321158eb0f9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-18 16:30:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-18 22:23:23 +0000

    graphics/enblend: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/enblend/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index e3b6bb8c404a..7abcc8105cfd 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		libpng.so:graphics/png
 
 USES=		compiler:features gmake jpeg localbase pkgconfig
-
+USE_CXXSTD=	c++14
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz



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