summaryrefslogtreecommitdiff
path: root/devel/pcre++/files/patch-ltmain.sh
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-02 08:45:59 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-02 08:45:59 +0000
commit1c8a109e3a14e6e70809552767110885206ab726 (patch)
tree1b33f0fee68f6be55c4b8e1a35d140ca93ffc043 /devel/pcre++/files/patch-ltmain.sh
parentFix some typos. (diff)
update devel/pcre++: 0.6 --> 0.9.2
PR: 53963 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=84031
Diffstat (limited to 'devel/pcre++/files/patch-ltmain.sh')
-rw-r--r--devel/pcre++/files/patch-ltmain.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/pcre++/files/patch-ltmain.sh b/devel/pcre++/files/patch-ltmain.sh
new file mode 100644
index 000000000000..8ee142716dc6
--- /dev/null
+++ b/devel/pcre++/files/patch-ltmain.sh
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig Wed Jun 25 11:24:31 2003
++++ ltmain.sh Wed Jun 25 11:25:27 2003
+@@ -4325,10 +4325,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"