svn commit: r421631 - head/devel/libclc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 9 19:25:31 UTC 2016


Author: amdmi3
Date: Fri Sep  9 19:25:30 2016
New Revision: 421631
URL: https://svnweb.freebsd.org/changeset/ports/421631

Log:
  - Fix configure: this is not really a GNU configure
  
  Fixes build with --disable-silent-rules
  
  PR:		212412
  Submitted by:	amdmi3
  Approved by:	portmgr

Modified:
  head/devel/libclc/Makefile

Modified: head/devel/libclc/Makefile
==============================================================================
--- head/devel/libclc/Makefile	Fri Sep  9 19:24:33 2016	(r421630)
+++ head/devel/libclc/Makefile	Fri Sep  9 19:25:30 2016	(r421631)
@@ -15,7 +15,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	llvm-mirror
 GH_TAGNAME=	6d78407
 
-GNU_CONFIGURE=	yes
 USES=		gmake python:2,build ninja
 USE_LDCONFIG=	yes
 MAKE_ENV=	MAKE=${GMAKE} DESTDIR=${STAGEDIR}
@@ -35,6 +34,7 @@ post-patch:
 do-configure:
 	@cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} -g ninja \
 		--with-llvm-config=${LOCALBASE}/bin/llvm-config${LLVMVER} \
-		--pkgconfigdir=${PREFIX}/libdata/pkgconfig
+		--pkgconfigdir=${PREFIX}/libdata/pkgconfig \
+		--prefix=${PREFIX}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list