diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-11-14 14:26:46 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-11-14 14:26:46 +0000 |
commit | c29c4bae56cb16b15207b35fc92d1ed5e244a55e (patch) | |
tree | d57249b160b53688557d69b6794bf167f7c34cf6 /devel/zthread/files/patch-configure | |
parent | - Update to version 0.2.2 (release) (diff) |
- 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
Diffstat (limited to 'devel/zthread/files/patch-configure')
-rw-r--r-- | devel/zthread/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
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" |