You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/ghc/files/ghc-7.2.1-freebsd-CHOST.patch

14 lines
472 B

diff --git a/aclocal.m4 b/aclocal.m4
index 11bb003..52df243 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1545,7 +1545,7 @@ case "$1" in
freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku)
$2="$1"
;;
- freebsd8) # like i686-gentoo-freebsd8
+ freebsd*) # like i686-gentoo-freebsd8 or i686-gentoo-freebsd8.2
$2="freebsd"
;;
darwin*)