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, 14 insertions, 0 deletions
diff --git a/patches/libgcrypt-1.8.6.local.patch b/patches/libgcrypt-1.8.6.local.patch
new file mode 100644
index 00000000..1fba56bc
--- /dev/null
+++ b/patches/libgcrypt-1.8.6.local.patch
@@ -0,0 +1,14 @@
+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"`
+ ;;