summaryrefslogtreecommitdiff
path: root/databases/dbconnect
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2010-02-01 14:17:27 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2010-02-01 14:17:27 +0000
commiteaf74594767090fcbb66f6ad6ab02a0067b9468c (patch)
treead03b2c0c077b41688733503c6140c40fc4b96d7 /databases/dbconnect
parentUpdate to the 20100126 snapshot of GCC 4.4.4. This being the first (diff)
- Fix configure for new autoconf tools
Asked by: garga
Notes
Notes: svn path=/head/; revision=249027
Diffstat (limited to 'databases/dbconnect')
-rw-r--r--databases/dbconnect/Makefile2
-rw-r--r--databases/dbconnect/files/patch-configure.in13
2 files changed, 12 insertions, 3 deletions
diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile
index 3276ea9534dd..4a1721ed209d 100644
--- a/databases/dbconnect/Makefile
+++ b/databases/dbconnect/Makefile
@@ -8,7 +8,7 @@
PORTNAME= dbconnect
PORTVERSION= 0.3.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%20${PORTVERSION}
diff --git a/databases/dbconnect/files/patch-configure.in b/databases/dbconnect/files/patch-configure.in
index 0ee3660b6be3..5923e6292742 100644
--- a/databases/dbconnect/files/patch-configure.in
+++ b/databases/dbconnect/files/patch-configure.in
@@ -1,5 +1,5 @@
---- configure.in.orig Fri Mar 5 22:34:26 2004
-+++ configure.in Fri Mar 5 22:34:40 2004
+--- configure.in.orig 2005-01-16 20:32:02.000000000 +0300
++++ configure.in 2010-02-01 17:15:04.000000000 +0300
@@ -76,8 +76,6 @@
[AC_MSG_ERROR([Unable to find required header file])])
@@ -9,3 +9,12 @@
dnl Checks for Programs.
+@@ -132,7 +130,7 @@
+ if test "$mysql" = "yes"; then
+ echo "enabled MySQL driver building..."
+
+- AC_CHECK_HEADERS([$mysql_include/mysql.h $mysql_include/mysql_com.h $mysql_include/mysql_version.h],
++ AC_CHECK_HEADERS([$mysql_include/mysql.h $mysql_include/mysql_version.h],
+ [],
+ [AC_MSG_ERROR([Unable to find MySQL header file])])
+