aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:24:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:24:03 +0000
commit86c9849e617363a934e83cce9466797404bbbf16 (patch)
treed70861107077da4cd714e3270155ef9a8a5221a5
parentd0ab88bf212afed1f5457c3f7e57a8a8897479cf (diff)
downloadports-86c9849e617363a934e83cce9466797404bbbf16.tar.gz
ports-86c9849e617363a934e83cce9466797404bbbf16.zip
MFH: r389189
- Disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket)
Notes
Notes: svn path=/branches/2015Q2/; revision=389807
-rw-r--r--devel/codeblocks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile
index 4ac0486bb2b5..1d6f2e4cfcb5 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