Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2013 05:30:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324142 - head/devel/poco
Message-ID:  <201308020530.r725U2Zn094216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug  2 05:30:02 2013
New Revision: 324142
URL: http://svnweb.freebsd.org/changeset/ports/324142

Log:
  Fix build without gcc

Modified:
  head/devel/poco/Makefile

Modified: head/devel/poco/Makefile
==============================================================================
--- head/devel/poco/Makefile	Fri Aug  2 05:06:26 2013	(r324141)
+++ head/devel/poco/Makefile	Fri Aug  2 05:30:02 2013	(r324142)
@@ -16,6 +16,7 @@ OPTIONS_DEFINE=	TEST SAMPLES
 SAMPLES_DESC=	Build sample programs
 
 CONFIGURE_ARGS= --config=FreeBSD
+USES=		gmake
 
 .include <bsd.port.options.mk>
 
@@ -28,8 +29,10 @@ CONFIGURE_ARGS+= --no-samples
 .endif
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e "s/ =/ ?=/g" ${WRKSRC}/build/config/FreeBSD
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308020530.r725U2Zn094216>