Date: Tue, 16 Jun 2015 01:24:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389807 - branches/2015Q2/devel/codeblocks Message-ID: <201506160124.t5G1O4g3009641@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 16 01:24:03 2015 New Revision: 389807 URL: https://svnweb.freebsd.org/changeset/ports/389807 Log: MFH: r389189 - Disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q2/devel/codeblocks/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/codeblocks/Makefile ============================================================================== --- branches/2015Q2/devel/codeblocks/Makefile Tue Jun 16 01:22:34 2015 (r389806) +++ branches/2015Q2/devel/codeblocks/Makefile Tue Jun 16 01:24:03 2015 (r389807) @@ -24,7 +24,8 @@ USES= compiler desktop-file-utils fam:g 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160124.t5G1O4g3009641>