pkgsrc/databases/mysql4-client/patches/patch-af
xtraeme 7fde3e36b3 Update mysql4-* to 4.1.12.
Lots of changes and bugs fixed, see
http://dev.mysql.com/doc/mysql/en/news-4-1-12.html
for more information.
2005-05-23 14:00:20 +00:00

53 lines
1.2 KiB
Text

$NetBSD: patch-af,v 1.7 2005/05/23 14:00:21 xtraeme Exp $
--- configure.orig 2005-05-13 13:34:04.000000000 +0200
+++ configure 2005-05-23 12:36:42.000000000 +0200
@@ -37003,30 +37003,10 @@
fi;
-echo "$as_me:$LINENO: checking for ORBit" >&5
-echo $ECHO_N "checking for ORBit... $ECHO_C" >&6
-orbit_config_path=`which orbit-config`
-if test -n "$orbit_config_path" -a $? = 0
-then
- orbit_exec_prefix=`orbit-config --exec-prefix`
- orbit_includes=`orbit-config --cflags server`
- orbit_libs=`orbit-config --libs server`
- orbit_idl="$orbit_exec_prefix/bin/orbit-idl"
- echo "$as_me:$LINENO: result: found!" >&5
-echo "${ECHO_T}found!" >&6
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_ORBIT 1
-_ACEOF
-
-else
orbit_exec_prefix=
orbit_includes=
orbit_libs=
orbit_idl=
- echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6
-fi
@@ -37304,7 +37284,7 @@
else
bench_dirs=""
fi
-bench_dirs="$bench_dirs mysql-test"
+#bench_dirs="$bench_dirs mysql-test"
# Don't build readline, i have it already
@@ -37421,7 +37401,7 @@
main ()
{
- char res= *(*rl_completion_entry_function)(0,0);
+ char res=(*rl_completion_entry_function)(0,0);
completion_matches(0,0);
;