pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust-bin: Fix build on non-Darwin
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Fri Sep 14 14:36:13 2018 -0700
Changeset: e8e41f2c9f0fd12842ca215a8c37703fc5685c75
Modified Files:
rust-bin/Makefile
Log Message:
rust-bin: Fix build on non-Darwin
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8e41f2c9f0fd12842ca215a8c37703fc5685c75
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust-bin/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/rust-bin/Makefile b/rust-bin/Makefile
index f3652005e2..b34bc9b54c 100644
--- a/rust-bin/Makefile
+++ b/rust-bin/Makefile
@@ -61,8 +61,7 @@ DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
do-build:
- cd ${WRKSRC}/rustc && \
- ls lib/lib*.${SHLIB_TYPE} > ${WRKDIR}/PLIST.lib
+ cd ${WRKSRC}/rustc && ls lib/lib* > ${WRKDIR}/PLIST.lib
cd ${WRKSRC}/rust-analysis-${RUST_ARCH} && \
ls lib/rustlib/${RUST_ARCH}/analysis/* \
>> ${WRKDIR}/PLIST.lib
Home |
Main Index |
Thread Index |
Old Index