diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-25 18:10:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-25 18:10:26 +0000 |
commit | d122a6e31df41a982966ef96554dc8bbe81c5628 (patch) | |
tree | bc2160af93be39c67f14732d28c969384f181861 /lang/gambas/files/patch-libltdl::configure | |
parent | Use PTHREAD_LIBS. (diff) |
Add gambas 0.91, gambas Almost Means BASic.
PR: 62755
Approved by: mat (mentor).
Diffstat (limited to 'lang/gambas/files/patch-libltdl::configure')
-rw-r--r-- | lang/gambas/files/patch-libltdl::configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/gambas/files/patch-libltdl::configure b/lang/gambas/files/patch-libltdl::configure new file mode 100644 index 000000000000..f34f8336817f --- /dev/null +++ b/lang/gambas/files/patch-libltdl::configure @@ -0,0 +1,10 @@ +--- libltdl/configure.orig Sat Jan 24 11:33:09 2004 ++++ libltdl/configure Sat Jan 24 21:34:58 2004 +@@ -5701,6 +5701,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' |