From 1bcb7bdcc61177d14400261725be715670dd8c25 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Wed, 26 May 2004 10:46:31 +0000 Subject: Add libspf-alt, a library that allows email systems such as Exim to check SPF records. --- mail/libspf-alt/files/patch-config::ltmain.sh | 45 +++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 mail/libspf-alt/files/patch-config::ltmain.sh (limited to 'mail/libspf-alt/files/patch-config::ltmain.sh') diff --git a/mail/libspf-alt/files/patch-config::ltmain.sh b/mail/libspf-alt/files/patch-config::ltmain.sh new file mode 100644 index 000000000000..ba37b6e23a43 --- /dev/null +++ b/mail/libspf-alt/files/patch-config::ltmain.sh @@ -0,0 +1,45 @@ +--- config/ltmain.sh.orig Mon Mar 29 03:03:25 2004 ++++ config/ltmain.sh Wed May 26 11:52:51 2004 +@@ -1346,7 +1346,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd4*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -1363,6 +1363,12 @@ + + -module) + module=yes ++ case $host in ++ *-*-freebsd*) ++ # Do not build the useless static library ++ build_old_libs=no ++ ;; ++ esac + continue + ;; + +@@ -5533,10 +5539,16 @@ + fi + + # Install the pseudo-library for information purposes. +- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` +- instname="$dir/$name"i +- $show "$install_prog $instname $destdir/$name" +- $run eval "$install_prog $instname $destdir/$name" || exit $? ++ case $host in ++ *-*-freebsd*) ++ # Do not install the useless pseudo-library ++ ;; ++ *) ++ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` ++ instname="$dir/$name"i ++ $show "$install_prog $instname $destdir/$name" ++ $run eval "$install_prog $instname $destdir/$name" || exit $? ++ esac + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -- cgit v1.2.3