From owner-svn-ports-all@FreeBSD.ORG Tue Jun 16 01:24:04 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB3DE74; Tue, 16 Jun 2015 01:24:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A92BFE4; Tue, 16 Jun 2015 01:24:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1O4NZ009642; Tue, 16 Jun 2015 01:24:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1O4g3009641; Tue, 16 Jun 2015 01:24:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160124.t5G1O4g3009641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389807 - branches/2015Q2/devel/codeblocks X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 01:24:04 -0000 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