mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
64 lines
1.6 KiB
Text
64 lines
1.6 KiB
Text
--- ../dist/configure.orig 2007-11-18 08:43:54.000000000 -0800
|
|
+++ ../dist/configure 2008-06-15 11:35:32.000000000 -0700
|
|
@@ -19433,10 +19433,10 @@ fi
|
|
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+LIBTOOL_DEPS=" %%LTMAIN%%"
|
|
|
|
# Always use our own libtool.
|
|
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
+LIBTOOL='$(SHELL) %%LIBTOOL%%'
|
|
|
|
# Prevent multiple expansion
|
|
|
|
@@ -27631,6 +27631,8 @@ _ACEOF
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
main(){char buf[20]; exit(sprintf(buf, "XXX") != 3);}
|
|
_ACEOF
|
|
rm -f conftest$ac_exeext
|
|
@@ -28624,7 +28626,7 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
#include <stdio.h>
|
|
-int fprintf ();
|
|
+/*int fprintf ();*/
|
|
|
|
int
|
|
main ()
|
|
@@ -28755,18 +28757,19 @@ fi
|
|
SAVELDFLAGS="$LDFLAGS"
|
|
if test "x$with_db_prefix" != "x"; then
|
|
LDFLAGS="-L$with_db_prefix/lib $LDFLAGS"
|
|
- CPPFLAGS="-I$with_db_prefix/include $CPPFLAGS"
|
|
+ CPPFLAGS="-I$with_db_prefix/include/db3 $CPPFLAGS"
|
|
fi
|
|
if test "$with_db_type" != db1; then
|
|
SAVELIBS="$LIBS"
|
|
|
|
- LIBS="$LIBS -ldb"
|
|
+ LIBS="$LIBS -ldb3"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
+#include <sys/stddef.h>
|
|
#include <db.h>
|
|
int
|
|
main ()
|
|
@@ -28958,7 +28961,7 @@ _ACEOF
|
|
dl_src=../common/dldb.c
|
|
LIBS="-ldl $LIBS"
|
|
else
|
|
- LIBS="-ldb $LIBS"
|
|
+ LIBS="-ldb3 $LIBS"
|
|
if test "X$with_db_prefix" != "X"; then
|
|
LDFLAGS="`echo $with_db_prefix/lib | sed "$LRscript"` $LDFLAGS"
|
|
fi
|