aboutsummaryrefslogtreecommitdiffstats
path: root/main/llvm/llvm-exit-config-when-cbuild-set.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-19 16:28:36 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-19 16:30:40 +0100
commit3d06b48248f3db950c46b688c3b5d0672a38e2a8 (patch)
treec691aee63dde1a0f73fdbda45487cc2f6ae145e4 /main/llvm/llvm-exit-config-when-cbuild-set.patch
parentdddaf7046af8d914fcf0980b0a013d3c9a645ed4 (diff)
downloadaports-3d06b48248f3db950c46b688c3b5d0672a38e2a8.tar.bz2
aports-3d06b48248f3db950c46b688c3b5d0672a38e2a8.tar.xz
main/llvm: purge dead patch
autoconf is no longer used so we can remove patch that modifies config.guess
Diffstat (limited to 'main/llvm/llvm-exit-config-when-cbuild-set.patch')
-rw-r--r--main/llvm/llvm-exit-config-when-cbuild-set.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/llvm/llvm-exit-config-when-cbuild-set.patch b/main/llvm/llvm-exit-config-when-cbuild-set.patch
deleted file mode 100644
index ffe0fd2f8f..0000000000
--- a/main/llvm/llvm-exit-config-when-cbuild-set.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/autoconf/config.guess 2016-08-04 01:13:53.941899947 +0200
-+++ b/autoconf/config.guess 2016-08-04 01:16:30.084553757 +0200
-@@ -142,6 +142,10 @@
-
- # Note: order is significant - the case branches are not exclusive.
-
-+if [ -n "$CBUILD" ]; then
-+ echo "ERROR: \$CBUILD is set: $CBUILD"; exit
-+fi
-+
- case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
- *:NetBSD:*:*)
- # NetBSD (nbsd) targets should (where applicable) match one or