Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 19:58:03 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: 5ad6ea91650a - main - graphics/wdune: Fix build with llvm16
Message-ID:  <202307211958.36LJw3H9041202@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=5ad6ea91650a0c5c58f33164c9decf75b6581980

commit 5ad6ea91650a0c5c58f33164c9decf75b6581980
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 19:19:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 19:57:52 +0000

    graphics/wdune: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/wdune/Makefile | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile
index ef034c9e2a7d..1b3ca9f0722c 100644
--- a/graphics/wdune/Makefile
+++ b/graphics/wdune/Makefile
@@ -20,22 +20,25 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpng.so:graphics/png \
 		libswresample.so.3:multimedia/ffmpeg4
 
-USES=		compiler:c++11-lang gl jpeg motif sdl tar:bzip2 xorg
-USE_XORG=	x11 xft xi xmu xext xt
+USES=		compiler:c++11-lang gl jpeg localbase:ldflags motif sdl tar:bzip2 xorg
+USE_CXXSTD=	c++14
 USE_GL=		gl glu glut
 USE_SDL=	sdl
+USE_XORG=	x11 xft xi xmu xext xt
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-optimization \
 		--without-devil \
 		--with-cgalheaders \
 		--with-helpurl="${DOCSDIR}/index.html"
+
+ALL_TARGET=	dune
+
 CPPFLAGS+=	-I${LOCALBASE}/ffmpeg4/include -I${LOCALBASE}/include/freetype2 -D__FREEBSD__
-LDFLAGS+=	-L${LOCALBASE}/ffmpeg4/lib -L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/ffmpeg4/lib
 
 CONFLICTS_INSTALL=	ocaml-dune
 
-ALL_TARGET=	dune
-
 OPTIONS_DEFINE=	DOCS
 
 do-install:



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