mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Remove old libtool patches
This commit is contained in:
parent
d78fc6f33f
commit
5f3d4a8b59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368590
@ -30,9 +30,6 @@ pre-patch:
|
||||
${REINPLACE_CMD} -e 's|manm|mann|g'
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
|
||||
-e 's|freebsd2\*)|freebsd2.\*)|' -e 's|freebsd1\*)|freebsd1.\*)|' \
|
||||
${WRKSRC}/DPS/ltconfig
|
||||
${REINPLACE_CMD} -e 's,@prefix@,$$(DESTDIR)@prefix@,g' \
|
||||
-e 's,@mandir@,$$(DESTDIR)@mandir@,g' \
|
||||
${WRKSRC}/gs/unix-gcc.mak.in
|
||||
|
@ -1,30 +0,0 @@
|
||||
--- ./DPS/ltconfig.orig 2000-01-11 22:24:56.000000000 +0000
|
||||
+++ ./DPS/ltconfig 2014-02-09 20:43:04.000000000 +0000
|
||||
@@ -1349,7 +1349,7 @@
|
||||
;;
|
||||
|
||||
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
||||
- freebsd*)
|
||||
+ dragonfly*|freebsd*)
|
||||
archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts'
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
hardcode_direct=yes
|
||||
@@ -1823,7 +1823,7 @@
|
||||
dynamic_linker=no
|
||||
;;
|
||||
|
||||
-freebsd*)
|
||||
+dragonfly*|freebsd*)
|
||||
objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
|
||||
version_type=freebsd-$objformat
|
||||
case "$version_type" in
|
||||
@@ -1831,7 +1831,8 @@
|
||||
deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
|
||||
file_magic_cmd=/usr/bin/file
|
||||
file_magic_test_file=`echo /usr/lib/libc.so*`
|
||||
- library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
|
||||
+ library_names_spec='$libname$release.so$versuffix $libname$release.so$major $libname.so'
|
||||
+ soname_spec='$libname$release.so$major'
|
||||
need_version=no
|
||||
need_lib_prefix=no
|
||||
;;
|
Loading…
Reference in New Issue
Block a user