pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/llvm llvm: Extend linkmap fix to another file for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec0ea5b9aaa8
branches: trunk
changeset: 342691:ec0ea5b9aaa8
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Oct 24 11:20:09 2019 +0000
description:
llvm: Extend linkmap fix to another file for SunOS.
diffstat:
lang/llvm/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d7c8d1bc9df3 -r ec0ea5b9aaa8 lang/llvm/Makefile
--- a/lang/llvm/Makefile Thu Oct 24 10:53:23 2019 +0000
+++ b/lang/llvm/Makefile Thu Oct 24 11:20:09 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2019/10/19 13:52:40 adam Exp $
+# $NetBSD: Makefile,v 1.46 2019/10/24 11:20:09 jperkin Exp $
#
# when updating this, please also update:
# devel/include-what-you-use
@@ -81,6 +81,7 @@
SUBST_STAGE.linkmap= pre-configure
SUBST_FILES.linkmap= tools/lto/lto.exports
SUBST_FILES.linkmap+= tools/opt-remarks/OptRemarks.exports
+SUBST_FILES.linkmap+= tools/remarks-shlib/Remarks.exports
SUBST_SED.linkmap= -e '/^LLVM/d'
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index