summaryrefslogtreecommitdiffhomepage
path: root/patches/libgcrypt-1.8.6.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/libgcrypt-1.8.6.local.patch')
-rw-r--r--patches/libgcrypt-1.8.6.local.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/libgcrypt-1.8.6.local.patch b/patches/libgcrypt-1.8.6.local.patch
deleted file mode 100644
index 1fba56bc..00000000
--- a/patches/libgcrypt-1.8.6.local.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ru libgcrypt-1.8.2.orig/configure libgcrypt-1.8.2/configure
---- libgcrypt-1.8.2.orig/configure 2017-12-13 14:54:17.000000000 +0100
-+++ libgcrypt-1.8.2/configure 2018-05-05 00:17:43.366304238 +0200
-@@ -13074,6 +13074,10 @@
- PRINTABLE_OS_NAME="GNU/Linux"
- ;;
-
-+ *-midipix*)
-+ PRINTABLE_OS_NAME="Midipix"
-+ ;;
-+
- *)
- PRINTABLE_OS_NAME=`uname -s || echo "Unknown"`
- ;;