diff options
Diffstat (limited to 'finance/qhacc/files/patch-ltmain.sh')
-rw-r--r-- | finance/qhacc/files/patch-ltmain.sh | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/finance/qhacc/files/patch-ltmain.sh b/finance/qhacc/files/patch-ltmain.sh index 9be482bc72a2..a2ba9330ef4d 100644 --- a/finance/qhacc/files/patch-ltmain.sh +++ b/finance/qhacc/files/patch-ltmain.sh @@ -1,5 +1,23 @@ --- ltmain.sh.orig Thu Mar 13 01:25:30 2003 -+++ ltmain.sh Tue Aug 12 01:49:52 2003 ++++ ltmain.sh Mon Aug 18 02:14:24 2003 +@@ -1043,7 +1043,7 @@ + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; +@@ -2441,7 +2441,7 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; + *) @@ -4210,10 +4210,12 @@ fi |