summaryrefslogtreecommitdiff
path: root/devel/pcre/files
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-07-10 01:04:52 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-07-10 01:04:52 +0000
commit9d7163560f438abde932da04ff4a2c508ba9f21d (patch)
tree7cf897e0a1ab1274681f9bd460e9b2deba09bb03 /devel/pcre/files
parentUpgrade modules: dhcpd-1.100-1, mysql-1.100-1. (diff)
PR: 53741
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Reviewed by: maintainer Upgrade devel/pcre to 4.3
Notes
Notes: svn path=/head/; revision=84550
Diffstat (limited to 'devel/pcre/files')
-rw-r--r--devel/pcre/files/patch-ltmain.sh35
1 files changed, 11 insertions, 24 deletions
diff --git a/devel/pcre/files/patch-ltmain.sh b/devel/pcre/files/patch-ltmain.sh
index ddf3410a863c..4ced780581f2 100644
--- a/devel/pcre/files/patch-ltmain.sh
+++ b/devel/pcre/files/patch-ltmain.sh
@@ -1,28 +1,15 @@
-
-$FreeBSD$
-
---- ltmain.sh.orig Fri Aug 17 03:16:16 2001
-+++ ltmain.sh Fri Nov 16 17:54:42 2001
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4175,10 +4178,12 @@
+--- ltmain.sh.orig Thu May 22 15:25:54 2003
++++ ltmain.sh Thu Jun 26 01:26:04 2003
+@@ -4286,12 +4286,6 @@
+ IFS="$save_ifs"
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
-
+- # 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 $?
+-
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+ ;;