diff options
Diffstat (limited to 'testing/ghc/0000-alpine.patch')
-rw-r--r-- | testing/ghc/0000-alpine.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/ghc/0000-alpine.patch b/testing/ghc/0000-alpine.patch new file mode 100644 index 0000000000..0487096862 --- /dev/null +++ b/testing/ghc/0000-alpine.patch @@ -0,0 +1,11 @@ +--- ghc-8.0.2/aclocal.m4.orig 2017-02-17 12:00:45.179765870 +0000 ++++ ghc-8.0.2/aclocal.m4 2017-02-17 12:00:56.033299769 +0000 +@@ -227,7 +227,7 @@ + + checkVendor() { + case [$]1 in +- dec|unknown|hp|apple|next|sun|sgi|ibm|montavista|portbld) ++ dec|unknown|hp|apple|next|sun|sgi|ibm|montavista|portbld|alpine) + ;; + *) + echo "Unknown vendor [$]1" |