summaryrefslogtreecommitdiff
path: root/converters/psiconv/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 13:49:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 13:49:51 +0000
commit7b60d61ac7ac4280fdb1d116ede5c842203285b6 (patch)
tree7fd1309ccd4116034c3245862364ef488f9a62a7 /converters/psiconv/files/patch-ltmain.sh
parent- NOPORTDOCS support for pkg-plist (diff)
Add psiconv 0.8.2, a conversion utility to convert Psion 5(MX) files into
other formats.
Diffstat (limited to 'converters/psiconv/files/patch-ltmain.sh')
-rw-r--r--converters/psiconv/files/patch-ltmain.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/psiconv/files/patch-ltmain.sh b/converters/psiconv/files/patch-ltmain.sh
new file mode 100644
index 000000000000..9c39f795b79d
--- /dev/null
+++ b/converters/psiconv/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/07/03 12:57:52 1.1
++++ ltmain.sh 2001/07/03 12:58:32
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if 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"