Date: Thu, 11 Jun 2015 10:45:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389189 - head/devel/codeblocks Message-ID: <201506111045.t5BAjAjX083079@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 11 10:45:09 2015 New Revision: 389189 URL: https://svnweb.freebsd.org/changeset/ports/389189 Log: - Disable precompiled headers to fix build with old gcc on -current kernel MFH: 2015Q2 Modified: head/devel/codeblocks/Makefile Modified: head/devel/codeblocks/Makefile ============================================================================== --- head/devel/codeblocks/Makefile Thu Jun 11 10:28:40 2015 (r389188) +++ head/devel/codeblocks/Makefile Thu Jun 11 10:45:09 2015 (r389189) @@ -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?201506111045.t5BAjAjX083079>