diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2004-01-02 21:54:28 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2004-01-02 21:54:28 +0000 |
commit | 8dda63b671844746d2b031337370a17c0bbad9e1 (patch) | |
tree | c7e3def57023b33fa76f80505f031091c6be541f /eclass/ELT-patches/rem-int-dep | |
parent | add amd64 keyword. Closing #36669 (diff) | |
download | historical-8dda63b671844746d2b031337370a17c0bbad9e1.tar.gz historical-8dda63b671844746d2b031337370a17c0bbad9e1.tar.bz2 historical-8dda63b671844746d2b031337370a17c0bbad9e1.zip |
Mostly complete rewrite in effort to make it easier to maintain.
Add all the patches temporary in ELT-patches, until I can get a
better place that do not need a tarball or such to download.
Diffstat (limited to 'eclass/ELT-patches/rem-int-dep')
-rw-r--r-- | eclass/ELT-patches/rem-int-dep/1.3.5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eclass/ELT-patches/rem-int-dep/1.3.5 b/eclass/ELT-patches/rem-int-dep/1.3.5 new file mode 100644 index 000000000000..4302623607b6 --- /dev/null +++ b/eclass/ELT-patches/rem-int-dep/1.3.5 @@ -0,0 +1,11 @@ +--- 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 |