freebsd-ports/devel/zthread/files/patch-configure
Johann Visagie c29c4bae56 - Add patch-configure containing my currently preferred workaround for the
problem described in PR 31142
- Remove patch for same from patch-aa
- Tidy up pkg-{comment,desc} somewhat
2001-11-14 14:26:46 +00:00

13 lines
407 B
Plaintext

--- 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"