diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-15 23:31:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-15 23:31:58 +0000 |
commit | 3d13efd3564594c752e7631cc6aed802e4270414 (patch) | |
tree | 4f527941b36375548e1db69bc53006d913980bc8 /sysutils/lineakd/files/extra-patch-ltmain.sh | |
parent | Update to 2.2.0 (diff) |
- Update to 0.8.2
- Unbreak on 5.x
- New plugin system, untested on FreeBSD 4.x, please test
PR: ports/76269
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=126524
Diffstat (limited to 'sysutils/lineakd/files/extra-patch-ltmain.sh')
-rw-r--r-- | sysutils/lineakd/files/extra-patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/lineakd/files/extra-patch-ltmain.sh b/sysutils/lineakd/files/extra-patch-ltmain.sh new file mode 100644 index 000000000000..7c1686005ce3 --- /dev/null +++ b/sysutils/lineakd/files/extra-patch-ltmain.sh @@ -0,0 +1,15 @@ +--- admin/ltmain.sh.orig Fri Mar 19 14:14:27 2004 ++++ admin/ltmain.sh Fri Mar 19 14:14:40 2004 +@@ -5425,10 +5425,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + 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 $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |