diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-04-17 19:33:22 +0800 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-04-17 19:33:22 +0800 |
commit | 6a45e2e378aa1c86d9c7453477c47bc5ec7308ae (patch) | |
tree | df1c7401ebcc665a8512d06d3f19f677e1b4bc52 /lang/ghc | |
parent | 3c9846d10c4df88acaf8b21f9962830613ad5514 (diff) | |
download | freebsd-ports-gnome-6a45e2e378aa1c86d9c7453477c47bc5ec7308ae.tar.gz freebsd-ports-gnome-6a45e2e378aa1c86d9c7453477c47bc5ec7308ae.tar.zst freebsd-ports-gnome-6a45e2e378aa1c86d9c7453477c47bc5ec7308ae.zip |
- Fix building on 10-CURRENT i386
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/files/patch-.._ghc-6.10.4-boot_configure | 12 |
1 files changed, 12 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 index 02d2bf9963fc..2d0ea9a6ad36 100644 --- a/lang/ghc/files/patch-.._ghc-6.10.4-boot_configure +++ b/lang/ghc/files/patch-.._ghc-6.10.4-boot_configure @@ -1,5 +1,17 @@ + +$FreeBSD$ + --- ../ghc-6.10.4-boot/configure.orig +++ ../ghc-6.10.4-boot/configure +@@ -1942,7 +1942,7 @@ + TargetPlatform=i386-unknown-linux;; + i[3456]86-*-freebsd2*) + TargetPlatform=i386-unknown-freebsd2;; +-i[3456]86-*-freebsd[3-9]*) ++i[3456]86-*-freebsd*) + TargetPlatform=i386-unknown-freebsd;; + i[3456]86-*-netbsd*) + TargetPlatform=i386-unknown-netbsd;; @@ -1989,6 +1989,8 @@ TargetPlatform=x86_64-unknown-linux;; x86_64-*-freebsd*) |