pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: Remove incorrect change for previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48b35a5ccd54
branches:  trunk
changeset: 334548:48b35a5ccd54
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri May 31 07:21:53 2019 +0000

description:
rust: Remove incorrect change for previous.

The pkgsrc llvm change should be limited to SunOS, somehow this got double
patched and enabled everywhere.

diffstat:

 lang/rust/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 712634e31292 -r 48b35a5ccd54 lang/rust/Makefile
--- a/lang/rust/Makefile        Fri May 31 04:45:20 2019 +0000
+++ b/lang/rust/Makefile        Fri May 31 07:21:53 2019 +0000
@@ -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 @@
 # 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