mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
devel/codeblocks: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
be0a915114
commit
a81eae7fad
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user