diff options
Diffstat (limited to 'eclass/ELT-patches/rem-int-dep/1.3.5')
-rw-r--r-- | eclass/ELT-patches/rem-int-dep/1.3.5 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/eclass/ELT-patches/rem-int-dep/1.3.5 b/eclass/ELT-patches/rem-int-dep/1.3.5 deleted file mode 100644 index 4302623607b6..000000000000 --- a/eclass/ELT-patches/rem-int-dep/1.3.5 +++ /dev/null @@ -1,11 +0,0 @@ ---- ltmain.sh 2002-11-01 19:56:50.000000000 -0600 -+++ ltmain.sh 2002-11-01 19:57:03.000000000 -0600 -@@ -4551,6 +4551,8 @@ - if test "$installed" = yes && test "$D"; then - install_libdir="`echo "$install_libdir" |sed -e "s:$D::g" -e 's://:/:g'`" - fi -+ # Removing @REM_INT_DEP@ from dependency_libs in .la -+ dependency_libs=`echo $dependency_libs | $Xsed -e 's%\([^ ]*lib@REM_INT_DEP@\.\(so\|la\|a\)\)\|\(-l@REM_INT_DEP@\)%%g'` - \$echo > \$output "\\ - # \$outputname - a libtool library file - # Generated by \$PROGRAM - GNU \$PACKAGE \$VERSION\$TIMESTAMP |