diff options
author | eik <eik@FreeBSD.org> | 2004-03-25 01:46:54 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-25 01:46:54 +0000 |
commit | e3e9b999837bd6c16866224f1d4000d9d64a9e35 (patch) | |
tree | e06a050ff7812c795121d4b71bf9ab3275d5335b /security/clamav/files | |
parent | 025aef844a5665442d9376e586c3e115d48af710 (diff) | |
download | FreeBSD-ports-e3e9b999837bd6c16866224f1d4000d9d64a9e35.zip FreeBSD-ports-e3e9b999837bd6c16866224f1d4000d9d64a9e35.tar.gz |
use included libtool
Diffstat (limited to 'security/clamav/files')
-rw-r--r-- | security/clamav/files/patch-ltmain.sh | 39 |
1 files changed, 36 insertions, 3 deletions
diff --git a/security/clamav/files/patch-ltmain.sh b/security/clamav/files/patch-ltmain.sh index 74d32db..261f3f8 100644 --- a/security/clamav/files/patch-ltmain.sh +++ b/security/clamav/files/patch-ltmain.sh @@ -1,6 +1,39 @@ ---- ltmain.sh.orig Sat Sep 27 05:20:20 2003 -+++ ltmain.sh Sat Sep 27 05:24:02 2003 -@@ -4259,10 +4259,16 @@ +--- ltmain.sh.orig Sun Feb 15 12:44:09 2004 ++++ ltmain.sh Thu Mar 25 02:15:25 2004 +@@ -1050,25 +1050,18 @@ + test "X$arg" = "X-lc" && continue + ;; + esac +- # This change is required for -lc_r under FreeBSD / Tomasz Kojm +- #elif test "X$arg" = "X-lc_r"; then +- # case $host in +- #*-*-openbsd* | *-*-freebsd*) +- # # Do not include libc_r directly, use -pthread flag. +- # continue +- # ;; +- # esac ++ elif test "X$arg" = "X-lc_r"; then ++ case $host in ++ *-*-openbsd* | *-*-freebsd4*) ++ # Do not include libc_r directly, use -pthread flag. ++ continue ++ ;; ++ esac + fi + deplibs="$deplibs $arg" + continue + ;; + +- # We need this change for old -pthread *BSD style / Tomasz Kojm +- -pthread) +- deplibs="$deplibs -pthread" +- continue +- ;; +- + -module) + module=yes + continue +@@ -4259,10 +4252,16 @@ fi # Install the pseudo-library for information purposes. |