pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ldc: Use wip/libLLVM35 instead of lang/llvm



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Jan 24 19:56:45 2017 +0100
Changeset:	add20d0ddd2c0a4387a4a3c9691a589ece4eaaf1

Modified Files:
	ldc/Makefile

Log Message:
ldc: Use wip/libLLVM35 instead of lang/llvm

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=add20d0ddd2c0a4387a4a3c9691a589ece4eaaf1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ldc/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/ldc/Makefile b/ldc/Makefile
index 6acc9b2..7a48a70 100644
--- a/ldc/Makefile
+++ b/ldc/Makefile
@@ -23,6 +23,8 @@ LICENSE=	modified-bsd					\
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
+CMAKE_ARGS+=	-DLLVM_CONFIG=${LLVM_CONFIG_PATH}
+
 EGDIR=	${PREFIX}/share/examples/${PKGBASE}
 
 CONF_FILES=	${EGDIR}/ldc2.conf ${PKG_SYSCONFDIR}/ldc2.conf
@@ -95,6 +97,6 @@ post-install:
 	${RM} ${DESTDIR}${PREFIX}/include/d/core/threadasm.S.orig
 	${RM} ${DESTDIR}${PREFIX}/include/d/core/time.d.orig
 
-.include "../../lang/llvm/buildlink3.mk"
+.include "../../wip/libLLVM35/buildlink3.mk"
 .include "../../devel/libconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index