summaryrefslogtreecommitdiff
path: root/dev-lang/ghc/files/ghc-7.4.1-darwin-CHOST.patch
blob: 348158882aafce58efa147dbd67a0d3f8e523e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
like the other CHOST patches, but this one catches another case where
$host is used (instead of the cannonicalised variables)

--- aclocal.m4
+++ aclocal.m4
@@ -93,10 +93,10 @@
         exeext='.exe'
         soext='.dll'
         ;;
-    i386-apple-darwin|powerpc-apple-darwin)
+    i386-apple-darwin*|powerpc-apple-darwin*)
         soext='.dylib'
         ;;
-    x86_64-apple-darwin)
+    x86_64-apple-darwin*)
         soext='.dylib'
         ;;
     esac