diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-20 02:47:56 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-20 02:47:56 +0800 |
commit | f6f4776ff7ad62f32a3a4dba8a97720f30c756ed (patch) | |
tree | a5abf867ace37698c00915a111d0914baf5b76b3 /x11 | |
parent | 8e088d33722d32feabf4c66c5512927e30f960a3 (diff) | |
download | freebsd-ports-gnome-f6f4776ff7ad62f32a3a4dba8a97720f30c756ed.tar.gz freebsd-ports-gnome-f6f4776ff7ad62f32a3a4dba8a97720f30c756ed.tar.zst freebsd-ports-gnome-f6f4776ff7ad62f32a3a4dba8a97720f30c756ed.zip |
Remove old libtool patches
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dgs/Makefile | 3 | ||||
-rw-r--r-- | x11/dgs/files/patch-DPS_ltconfig | 30 |
2 files changed, 0 insertions, 33 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 25249e7817bf..c9f141ff1f4d 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -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 diff --git a/x11/dgs/files/patch-DPS_ltconfig b/x11/dgs/files/patch-DPS_ltconfig deleted file mode 100644 index d2d30acdf548..000000000000 --- a/x11/dgs/files/patch-DPS_ltconfig +++ /dev/null @@ -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 - ;; |