diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-01 21:58:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-01 21:58:03 +0000 |
commit | a426f9e4e1b1a807d8cbdeb3f7e19fe1b76aa01e (patch) | |
tree | 752d3a180503bfc8c7701fb1c5524ec72df589b9 /devel/libtool14 | |
parent | c4cc48c41f12c016d34de9129cecf3425f018add (diff) | |
download | ports-a426f9e4e1b1a807d8cbdeb3f7e19fe1b76aa01e.tar.gz ports-a426f9e4e1b1a807d8cbdeb3f7e19fe1b76aa01e.zip |
Sync with peter's suggestion.
Notes
Notes:
svn path=/head/; revision=16468
Diffstat (limited to 'devel/libtool14')
-rw-r--r-- | devel/libtool14/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool14/files/patch-ac b/devel/libtool14/files/patch-ac index 10c4577605a0..2761d1e8c835 100644 --- a/devel/libtool14/files/patch-ac +++ b/devel/libtool14/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' |