pkgsrc-WIP-changes archive

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

llvm-git: Comment out part of Makefile, fixes build



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Thu Feb 25 11:57:15 2016 +0200
Changeset:	84753144709158138e8c4cc6e754c5f38e1d444f

Modified Files:
	llvm-git/Makefile

Log Message:
llvm-git: Comment out part of Makefile, fixes build

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

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

diffstat:
 llvm-git/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/llvm-git/Makefile b/llvm-git/Makefile
index 0110877..99700dc 100644
--- a/llvm-git/Makefile
+++ b/llvm-git/Makefile
@@ -83,9 +83,9 @@ PLIST_SUBST+=		SOEXT="so"
 # It is used to detect correct LLVM_HOST_TRIPLE, e.g. for NetBSD/evbarm.
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
-.for f in config.guess config.sub
-	cp ../../mk/gnu-config/${f} ${WRKSRC}/autoconf/${f}
-.endfor
+#.for f in config.guess config.sub
+#	cp ../../mk/gnu-config/${f} ${WRKSRC}/autoconf/${f}
+#.endfor
 
 .include "../../wip/mk/git-package.mk"
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index