aboutsummaryrefslogtreecommitdiff
path: root/security/clamav-devel/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-30 03:39:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-30 03:39:11 +0000
commite7b221ad8a8f4210b9d37890a7f6a29cb4972bc1 (patch)
treea80999954e7ea1360d87a61c97a8e933416bd83f /security/clamav-devel/files
parent42c8a9290085ca35bc8d6b6514fad168756e4563 (diff)
Notes
Diffstat (limited to 'security/clamav-devel/files')
-rw-r--r--security/clamav-devel/files/patch-ltmain.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/clamav-devel/files/patch-ltmain.sh b/security/clamav-devel/files/patch-ltmain.sh
new file mode 100644
index 000000000000..74d32db0b279
--- /dev/null
+++ b/security/clamav-devel/files/patch-ltmain.sh
@@ -0,0 +1,23 @@
+--- ltmain.sh.orig Sat Sep 27 05:20:20 2003
++++ ltmain.sh Sat Sep 27 05:24:02 2003
+@@ -4259,10 +4259,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"