Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2016 19:25:30 +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: r421631 - head/devel/libclc
Message-ID:  <201609091925.u89JPUug031404@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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