summaryrefslogtreecommitdiff
path: root/devel/gnu-libtool/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnu-libtool/files')
-rw-r--r--devel/gnu-libtool/files/patch-aa11
-rw-r--r--devel/gnu-libtool/files/patch-ab11
-rw-r--r--devel/gnu-libtool/files/patch-ac22
-rw-r--r--devel/gnu-libtool/files/patch-ae13
4 files changed, 0 insertions, 57 deletions
diff --git a/devel/gnu-libtool/files/patch-aa b/devel/gnu-libtool/files/patch-aa
deleted file mode 100644
index 483466c69666..000000000000
--- a/devel/gnu-libtool/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998
-+++ doc/libtool.texi Mon Apr 27 16:57:24 1998
-@@ -10,7 +10,7 @@
- @set BUGADDR the libtool mailing list @email{bug-libtool@@gnu.org}
- @set objdir .libs
-
--@dircategory GNU programming tools
-+@dircategory Programming & development tools
- @direntry
- * Libtool: (libtool). Generic shared library support script.
- @end direntry
diff --git a/devel/gnu-libtool/files/patch-ab b/devel/gnu-libtool/files/patch-ab
deleted file mode 100644
index dd642b335b69..000000000000
--- a/devel/gnu-libtool/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998
-+++ doc/Makefile.in Mon Apr 27 17:22:55 1998
-@@ -70,7 +70,7 @@
- LIBTOOL = @LIBTOOL@
- LIBTOOL_FLAGS = @LIBTOOL_FLAGS@
- LN_S = @LN_S@
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- NM = @NM@
- PACKAGE = @PACKAGE@
- RANLIB = @RANLIB@
diff --git a/devel/gnu-libtool/files/patch-ac b/devel/gnu-libtool/files/patch-ac
deleted file mode 100644
index 43bdc69d080d..000000000000
--- a/devel/gnu-libtool/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- ltconfig.orig Mon Mar 15 19:38:58 1999
-+++ ltconfig Mon Apr 5 01:40:53 1999
-@@ -1672,14 +1672,16 @@
- freebsd-elf*)
- 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*`
-+ file_magic_test_file=`echo /usr/lib/libc.so.*`
- library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
- need_version=no
- need_lib_prefix=no
- ;;
- freebsd-*)
-- deplibs_check_method=unknown
-- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
-+ deplibs_check_method='file_magic FreeBSD.* shared library'
-+ file_magic_cmd=/usr/bin/file
-+ file_magic_test_file=`echo /usr/lib/libc.so.*`
-+ library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix $libname.so'
- need_version=yes
- ;;
- esac
diff --git a/devel/gnu-libtool/files/patch-ae b/devel/gnu-libtool/files/patch-ae
deleted file mode 100644
index 1468b8fed6bd..000000000000
--- a/devel/gnu-libtool/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Fri Feb 19 00:50:06 1999
-+++ configure Fri Feb 19 00:50:21 1999
-@@ -5288,10 +5288,6 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.