diff options
Diffstat (limited to 'devel/libtool15/files')
| -rw-r--r-- | devel/libtool15/files/patch-libltdl-Makefile.in | 14 | ||||
| -rw-r--r-- | devel/libtool15/files/patch-libltdl-acinclude.m4 | 8 | ||||
| -rw-r--r-- | devel/libtool15/files/patch-ltdl.m4 | 8 | ||||
| -rw-r--r-- | devel/libtool15/files/patch-ltmain.sh | 75 |
4 files changed, 0 insertions, 105 deletions
diff --git a/devel/libtool15/files/patch-libltdl-Makefile.in b/devel/libtool15/files/patch-libltdl-Makefile.in deleted file mode 100644 index 9d7f7886a9d5..000000000000 --- a/devel/libtool15/files/patch-libltdl-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- libltdl/Makefile.in.orig Sun Dec 18 14:13:58 2005 -+++ libltdl/Makefile.in Wed Feb 28 07:51:13 2007 -@@ -267,7 +267,2 @@ - --$(top_srcdir)/configure: $(am__configure_deps) -- cd $(srcdir) && $(AUTOCONF) --$(ACLOCAL_M4): $(am__aclocal_m4_deps) -- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -- - config.h: stamp-h1 -@@ -282,3 +277,2 @@ - $(srcdir)/config-h.in: $(am__configure_deps) -- cd $(top_srcdir) && $(AUTOHEADER) - rm -f stamp-h1 diff --git a/devel/libtool15/files/patch-libltdl-acinclude.m4 b/devel/libtool15/files/patch-libltdl-acinclude.m4 deleted file mode 100644 index 90dcbc2e40fe..000000000000 --- a/devel/libtool15/files/patch-libltdl-acinclude.m4 +++ /dev/null @@ -1,8 +0,0 @@ ---- libltdl/acinclude.m4.orig Sun Dec 18 14:13:49 2005 -+++ libltdl/acinclude.m4 Tue Jan 30 17:30:22 2007 -@@ -6526,2 +6526,5 @@ - ;; -+ freebsd*) -+ libltdl_cv_sys_dlopen_deplibs=yes -+ ;; - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) diff --git a/devel/libtool15/files/patch-ltdl.m4 b/devel/libtool15/files/patch-ltdl.m4 deleted file mode 100644 index e48e12f3223f..000000000000 --- a/devel/libtool15/files/patch-ltdl.m4 +++ /dev/null @@ -1,8 +0,0 @@ ---- ltdl.m4.orig Sun Dec 18 13:53:17 2005 -+++ ltdl.m4 Tue Jan 30 17:32:06 2007 -@@ -129,2 +129,5 @@ - ;; -+ freebsd*) -+ libltdl_cv_sys_dlopen_deplibs=yes -+ ;; - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) diff --git a/devel/libtool15/files/patch-ltmain.sh b/devel/libtool15/files/patch-ltmain.sh deleted file mode 100644 index dbfac1c8e3a7..000000000000 --- a/devel/libtool15/files/patch-ltmain.sh +++ /dev/null @@ -1,75 +0,0 @@ ---- ltmain.sh.orig Sun Dec 18 14:14:54 2005 -+++ ltmain.sh Mon Feb 20 17:37:04 2006 -@@ -228,2 +228,16 @@ - { -+ # FreeBSD-specific: where we install compilers with non-standard names -+ tag_compilers_CC="*cc cc* *gcc gcc*" -+ tag_compilers_CXX="*c++ c++* *g++ g++*" -+ base_compiler=`set -- "$@"; echo $1` -+ -+ # If $tagname isn't set, then try to infer if the default "CC" tag applies -+ if test -z "$tagname"; then -+ for zp in $tag_compilers_CC; do -+ case $base_compiler in -+ $zp) tagname="CC"; break;; -+ esac -+ done -+ fi -+ - if test -n "$available_tags" && test -z "$tagname"; then -@@ -268,3 +282,18 @@ - esac -- fi -+ -+ # FreeBSD-specific: try compilers based on inferred tag -+ if test -z "$tagname"; then -+ eval "tag_compilers=\$tag_compilers_${z}" -+ if test -n "$tag_compilers"; then -+ for zp in $tag_compilers; do -+ case $base_compiler in -+ $zp) tagname=$z; break;; -+ esac -+ done -+ if test -n "$tagname"; then -+ break -+ fi -+ fi -+ fi -+ fi - done -@@ -1606,2 +1635,3 @@ - finalize_command="$finalize_command $arg" -+ deplibs="$deplibs $arg" - continue -@@ -2103,2 +2133,25 @@ - fi -+ -+ case $linkmode in -+ lib) -+ deplibs="$deplib $deplibs" -+ test "$pass" = conv && continue -+ newdependency_libs="$deplib $newdependency_libs" -+ ;; -+ prog) -+ if test "$pass" = conv; then -+ deplibs="$deplib $deplibs" -+ continue -+ fi -+ if test "$pass" = scan; then -+ deplibs="$deplib $deplibs" -+ else -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ fi -+ ;; -+ *) -+ ;; -+ esac # linkmode -+ - continue -@@ -4706,2 +4759,5 @@ - esac -+ ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... - ;; |
