From a7ac79a7f158c7e5d7a7842c860c78f537ce33de Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Sat, 20 Jan 2001 16:20:48 +0000 Subject: Fix breakage due to inappropriate patch files. PR: 24419 --- databases/unixODBC/files/patch-ab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/unixODBC/files/patch-ab') diff --git a/databases/unixODBC/files/patch-ab b/databases/unixODBC/files/patch-ab index f4b5fe3d8f8f..818469b4cfe7 100644 --- a/databases/unixODBC/files/patch-ab +++ b/databases/unixODBC/files/patch-ab @@ -1,5 +1,5 @@ ---- aclocal.m4.orig Fri Jan 5 00:08:12 2001 -+++ aclocal.m4 Sat Jan 6 06:48:33 2001 +--- aclocal.m4~ Sat Jan 20 23:50:41 2001 ++++ aclocal.m4 Sat Jan 20 23:51:55 2001 @@ -518,7 +518,7 @@ CXXFLAGS="$CXXFLAGS -I$qt_includes" @@ -32,7 +32,7 @@ AC_DEFUN(KDE_CHECK_LIBPTHREAD, [ -AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-lpthread"], LIBPTHREAD= ) -+AC_CHECK_FUNC(c_r, pthread_create, [LIBPTHREAD="-pthread"], LIBPTHREAD= ) ++AC_CHECK_LIB(pthread, pthread_create, [LIBPTHREAD="-pthread"], LIBPTHREAD= ) AC_SUBST(LIBPTHREAD) ]) -- cgit v1.2.3