diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-02 08:20:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-02 08:20:52 +0000 |
commit | a0384db15368cdfa51e05bdb20095378d4063947 (patch) | |
tree | 8471b35d61a258d999a822e2d42cadb44c22e02c /databases/metakit/files | |
parent | Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot. (diff) |
- Update to metakit-2.4.6
Diffstat (limited to 'databases/metakit/files')
-rw-r--r-- | databases/metakit/files/patch-configure | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/databases/metakit/files/patch-configure b/databases/metakit/files/patch-configure index 0550a35abe8a..8428654e17b6 100644 --- a/databases/metakit/files/patch-configure +++ b/databases/metakit/files/patch-configure @@ -1,7 +1,20 @@ ---- ../unix/configure.orig Thu Dec 13 12:06:06 2001 -+++ ../unix/configure Thu Dec 13 12:12:36 2001 -@@ -6913,7 +6913,7 @@ - LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool/ltmain.sh" +--- ../unix/configure.orig Thu Mar 14 22:49:33 2002 ++++ ../unix/configure Mon May 6 22:28:50 2002 +@@ -4408,7 +4408,7 @@ + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests +-lt_simple_link_test_code='main(){return(0);}' ++lt_simple_link_test_code='int main(void) { return(0); }' + + # If no C compiler was specified, use CC. + LTCC=${LTCC-"$CC"} +@@ -13426,10 +13426,10 @@ + fi + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool/ltmain.sh" # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' |