svn commit: r389807 - branches/2015Q2/devel/codeblocks

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 01:24:04 UTC 2015


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


More information about the svn-ports-branches mailing list