aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-11 18:45:09 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-11 18:45:09 +0800
commitf9c4be285eadaae2d3c9c56a7600f9e45335d2c2 (patch)
tree8527b268e0390ec39fc03a5b93e44af2ba97c6f2
parentea8f469ee7a5b801393c99260fc3d4c2a963d46b (diff)
downloadfreebsd-ports-graphics-f9c4be285eadaae2d3c9c56a7600f9e45335d2c2.tar.gz
freebsd-ports-graphics-f9c4be285eadaae2d3c9c56a7600f9e45335d2c2.tar.zst
freebsd-ports-graphics-f9c4be285eadaae2d3c9c56a7600f9e45335d2c2.zip
- Disable precompiled headers to fix build with old gcc on -current kernel
MFH: 2015Q2
-rw-r--r--devel/codeblocks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile
index fa5c8270e25..4af8b0c08f6 100644
--- a/devel/codeblocks/Makefile
+++ b/devel/codeblocks/Makefile
@@ -24,7 +24,8 @@ USES= compiler desktop-file-utils fam:gamin libtool pathfix \
USE_WX= 2.8
WANT_UNICODE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all
+CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \
+ --disable-pch
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALLS_ICONS= yes