summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-02-01 21:58:03 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-02-01 21:58:03 +0000
commita426f9e4e1b1a807d8cbdeb3f7e19fe1b76aa01e (patch)
tree752d3a180503bfc8c7701fb1c5524ec72df589b9 /devel/libtool
parentAdd an extra patch for support/ethertalk/bpfiltp.c to allow Columbia (diff)
Sync with peter's suggestion.
Notes
Notes: svn path=/head/; revision=16468
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/files/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool/files/patch-ac b/devel/libtool/files/patch-ac
index 10c4577605a0..2761d1e8c835 100644
--- a/devel/libtool/files/patch-ac
+++ b/devel/libtool/files/patch-ac
@@ -1,11 +1,11 @@
---- ltconfig.orig Fri Mar 20 02:00:29 1998
-+++ ltconfig Sun Jan 24 21:59:48 1999
+--- ltconfig.orig Fri Mar 20 16:00:29 1998
++++ ltconfig Tue Feb 2 05:31:37 1999
@@ -777,7 +777,7 @@
;;
# FreeBSD 3, at last, uses gcc -shared to do shared libraries.
- freebsd3*)
-+ freebsd[34]*)
++ freebsd*)
archive_cmds='$CC -shared -o $lib$libobjs'
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
@@ -15,7 +15,7 @@
-freebsd2* | freebsd3*)
- version_type=sunos
-+freebsd[234]*)
++freebsd*)
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ version_type=freebsd-$objformat
library_names_spec='${libname}${release}.so.$versuffix $libname.so'