1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix building on 10-CURRENT i386

Obtained from:	FreeBSD Haskell
This commit is contained in:
Ashish SHUKLA 2012-04-17 11:33:22 +00:00
parent 3c9846d10c
commit 6a45e2e378
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294945

View File

@ -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*)