summaryrefslogtreecommitdiff
path: root/databases/unixODBC/files/patch-ab
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-20 16:20:48 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-20 16:20:48 +0000
commita7ac79a7f158c7e5d7a7842c860c78f537ce33de (patch)
tree53173bfc0c20664863fe6648f8d8b66445838a61 /databases/unixODBC/files/patch-ab
parentThe author re-rolled distfile without trivial change, no functional change. (diff)
Fix breakage due to inappropriate patch files.
PR: 24419
Diffstat (limited to 'databases/unixODBC/files/patch-ab')
-rw-r--r--databases/unixODBC/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
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)
])