diff options
Diffstat (limited to 'archivers/libcomprex/files')
-rw-r--r-- | archivers/libcomprex/files/patch-configure | 10 | ||||
-rw-r--r-- | archivers/libcomprex/files/patch-ltmain.sh | 15 |
2 files changed, 10 insertions, 15 deletions
diff --git a/archivers/libcomprex/files/patch-configure b/archivers/libcomprex/files/patch-configure new file mode 100644 index 000000000000..3cc004c49b52 --- /dev/null +++ b/archivers/libcomprex/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Jul 2 18:02:18 2002 ++++ configure Sat Jan 18 20:21:09 2003 +@@ -7334,6 +7334,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/archivers/libcomprex/files/patch-ltmain.sh b/archivers/libcomprex/files/patch-ltmain.sh deleted file mode 100644 index ae35ea25d04a..000000000000 --- a/archivers/libcomprex/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Tue Oct 28 22:12:34 2003 -+++ ltmain.sh Tue Oct 28 22:13:50 2003 -@@ -4330,10 +4330,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |