diff options
Diffstat (limited to 'devel/zthread/files')
-rw-r--r-- | devel/zthread/files/patch-aa | 25 | ||||
-rw-r--r-- | devel/zthread/files/patch-configure | 12 |
2 files changed, 15 insertions, 22 deletions
diff --git a/devel/zthread/files/patch-aa b/devel/zthread/files/patch-aa index 0a8e4d879235..82746b033729 100644 --- a/devel/zthread/files/patch-aa +++ b/devel/zthread/files/patch-aa @@ -1,25 +1,6 @@ ---- Makefile.in.orig Thu Jul 12 23:46:03 2001 -+++ Makefile.in Fri Aug 3 12:52:00 2001 -@@ -146,6 +146,9 @@ - cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null - -+$(srcdir)/libtool: ltconfig -+ $(srcdir)/ltconfig $(srcdir)/ltmain.sh -+ - mostlyclean-hdr: - - clean-hdr: -@@ -327,7 +330,7 @@ - uninstall-am: uninstall-local - uninstall: uninstall-recursive - all-am: Makefile --all-redirect: all-recursive -+all-redirect: $(srcdir)/libtool all-recursive - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: installdirs-recursive -@@ -382,7 +385,7 @@ +--- Makefile.in.orig Fri Aug 31 15:12:28 2001 ++++ Makefile.in Wed Nov 14 16:04:12 2001 +@@ -382,7 +382,7 @@ install-exec-hook: $(mkinstalldirs) $(bindir) diff --git a/devel/zthread/files/patch-configure b/devel/zthread/files/patch-configure new file mode 100644 index 000000000000..461b73379c18 --- /dev/null +++ b/devel/zthread/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Sun Aug 26 20:27:01 2001 ++++ configure Wed Nov 14 16:02:31 2001 +@@ -4428,7 +4428,8 @@ + # All known linkers require a `.a' archive for static linking (except M$VC, + # which needs '.lib'). + libext=a +-ltmain="$ac_aux_dir/ltmain.sh" ++ac_aux_dir_tmp="$ac_aux_dir" ++ltmain="$ac_aux_dir_tmp/ltmain.sh" + ofile="$default_ofile" + with_gnu_ld="$lt_cv_prog_gnu_ld" + need_locks="$enable_libtool_lock" |