aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libtool/libtool-1.5/ld.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libtool/libtool-1.5/ld.patch')
-rw-r--r--packages/libtool/libtool-1.5/ld.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/libtool/libtool-1.5/ld.patch b/packages/libtool/libtool-1.5/ld.patch
deleted file mode 100644
index acb730bc10..0000000000
--- a/packages/libtool/libtool-1.5/ld.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNd -urNd libtool-1.5/m4/libtool.m4 libtool-1.5.ld/m4/libtool.m4
---- libtool-1.5/m4/libtool.m4 2004-05-04 17:51:27.000000000 -0400
-+++ libtool-1.5.ld/m4/libtool.m4 2004-05-04 17:51:53.000000000 -0400
-@@ -2019,7 +2020,7 @@
- [AC_REQUIRE([AC_PROG_EGREP])dnl
- AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
- [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
--case `"$LD" -v 2>&1 </dev/null` in
-+case `$LD -v 2>&1 </dev/null` in
- *GNU* | *'with BFD'*)
- lt_cv_prog_gnu_ld=yes
- ;;