diff options
Diffstat (limited to 'lang/ghc/files/patch-.._ghc-6.10.4-boot_configure')
-rw-r--r-- | lang/ghc/files/patch-.._ghc-6.10.4-boot_configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ghc/files/patch-.._ghc-6.10.4-boot_configure b/lang/ghc/files/patch-.._ghc-6.10.4-boot_configure new file mode 100644 index 000000000000..02d2bf9963fc --- /dev/null +++ b/lang/ghc/files/patch-.._ghc-6.10.4-boot_configure @@ -0,0 +1,11 @@ +--- ../ghc-6.10.4-boot/configure.orig ++++ ../ghc-6.10.4-boot/configure +@@ -1989,6 +1989,8 @@ + TargetPlatform=x86_64-unknown-linux;; + x86_64-*-freebsd*) + TargetPlatform=x86_64-unknown-freebsd;; ++amd64-*-freebsd*) ++ TargetPlatform=x86_64-unknown-freebsd;; + x86_64-*-openbsd*) + TargetPlatform=x86_64-unknown-openbsd;; + x86_64-*-netbsd*) |