pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 31 07:21:53 UTC 2019
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
rust: Remove incorrect change for previous.
The pkgsrc llvm change should be limited to SunOS, somehow this got double
patched and enabled everywhere.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/lang/rust/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.99 pkgsrc/lang/rust/Makefile:1.100
--- pkgsrc/lang/rust/Makefile:1.99 Thu May 30 14:36:15 2019
+++ pkgsrc/lang/rust/Makefile Fri May 31 07:21:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2019/05/30 14:36:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.100 2019/05/31 07:21:53 jperkin Exp $
DISTNAME= rustc-1.34.2-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -43,10 +43,6 @@ CONFIGURE_ARGS+= --disable-ninja
# XXX: to be enabled in the future
#CONFIGURE_ARGS+= --jemalloc-root=${BUILDLINK_PREFIX.jemalloc}/lib
-# The bundled LLVM current has issues building on SunOS.
-CONFIGURE_ARGS+= --enable-llvm-link-shared
-CONFIGURE_ARGS+= --llvm-root=${BUILDLINK_PREFIX.llvm}
-
# Use "dist" build target for cross compile of bootstrap
#BUILD_TARGET= dist
BUILD_TARGET= build
Home |
Main Index |
Thread Index |
Old Index