Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 18:53:58 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: a81eae7fadd0 - main - devel/codeblocks: Fix build with llvm16
Message-ID:  <202308021853.372Irw59084586@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=a81eae7fadd0c12e3e2d1f79e4113b0e1364311d

commit a81eae7fadd0c12e3e2d1f79e4113b0e1364311d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 18:46:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 18:53:44 +0000

    devel/codeblocks: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 devel/codeblocks/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile
index a83c60698a70..7daefb57da4c 100644
--- a/devel/codeblocks/Makefile
+++ b/devel/codeblocks/Makefile
@@ -22,15 +22,18 @@ USES=		autoreconf compiler:c++11-lang desktop-file-utils \
 		fam:gamin gettext-runtime gnome libtool localbase \
 		pathfix pkgconfig shared-mime-info tar:xz xorg
 USE_CXXSTD=	c++11
-USE_WX=		3.0+
 USE_GNOME=	gtk30 cairo
+USE_LDCONFIG=	yes
+USE_WX=		3.0+
 USE_XORG=	x11
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG} --disable-pch \
 		--with-boost-system=boost_system
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"
+
 PKG_CONFIG_LIBDIR=	${LOCALBASE}/libdata/pkgconfig
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 



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