pkgsrc-WIP-changes archive

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

ldc: bump libLLVM buildlink from libLLVM35->libLLVM38



Module Name:	pkgsrc-wip
Committed By:	Dean Matzkov <bapabooiee%gmail.com@localhost>
Pushed By:	bapa
Date:		Tue Oct 10 21:31:57 2017 -0600
Changeset:	eeb1c695bb050da1eae83a78cad5485447d01ddb

Modified Files:
	ldc/Makefile

Log Message:
ldc: bump libLLVM buildlink from libLLVM35->libLLVM38

libLLVM35 seems to have been removed, so libLLVM38 it is.

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

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

diffstat:
 ldc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ldc/Makefile b/ldc/Makefile
index 16ae8ff949..f5008ce274 100644
--- a/ldc/Makefile
+++ b/ldc/Makefile
@@ -97,6 +97,6 @@ post-install:
 	${RM} ${DESTDIR}${PREFIX}/include/d/core/threadasm.S.orig
 	${RM} ${DESTDIR}${PREFIX}/include/d/core/time.d.orig
 
-.include "../../wip/libLLVM35/buildlink3.mk"
+.include "../../wip/libLLVM38/buildlink3.mk"
 .include "../../devel/libconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index