pkgsrc-WIP-changes archive

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

lld-git: Fix build



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 10 23:47:31 2016 +0200
Changeset:	5a390b8bd09840a2b6b55b5758f5eb8486a05e88

Modified Files:
	lld-git/distinfo
Added Files:
	lld-git/patches/patch-ELF_Strings.cpp

Log Message:
lld-git: Fix build

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

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

diffstat:
 lld-git/distinfo                      |  1 +
 lld-git/patches/patch-ELF_Strings.cpp | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/lld-git/distinfo b/lld-git/distinfo
index 84e52e0..86c1b5f 100644
--- a/lld-git/distinfo
+++ b/lld-git/distinfo
@@ -14,4 +14,5 @@ RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
 Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
 SHA1 (patch-CMakeLists.txt) = cebcd0e7033d5f98123b1347962724b165226c32
 SHA1 (patch-ELF_CMakeLists.txt) = 49f9c0c191a274f8c3ec7bb6b310853c834b8411
+SHA1 (patch-ELF_Strings.cpp) = 1a0cb586e08336e9d52ba791f94148419590315d
 SHA1 (patch-lib_ReaderWriter_MachO_MachOLinkingContext.cpp) = 6a9b951b8b029c9cbb15260f629534e2a82417a0
diff --git a/lld-git/patches/patch-ELF_Strings.cpp b/lld-git/patches/patch-ELF_Strings.cpp
new file mode 100644
index 0000000..5d00e10
--- /dev/null
+++ b/lld-git/patches/patch-ELF_Strings.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- ELF/Strings.cpp.orig	2016-09-10 20:15:44.000000000 +0000
++++ ELF/Strings.cpp
+@@ -12,7 +12,7 @@
+ #include "llvm/ADT/ArrayRef.h"
+ #include "llvm/ADT/StringRef.h"
+ #include "llvm/ADT/Twine.h"
+-#include "llvm/Config/config.h"
++#include "llvm/Config/llvm-config.h"
+ #include "llvm/Demangle/Demangle.h"
+ #include <algorithm>
+ 


Home | Main Index | Thread Index | Old Index