mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix configure for new autoconf tools
Asked by: garga
This commit is contained in:
parent
aaa8b72f85
commit
eaf7459476
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249027
2 changed files with 12 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= dbconnect
|
PORTNAME= dbconnect
|
||||||
PORTVERSION= 0.3.5
|
PORTVERSION= 0.3.5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= SF/${PORTNAME}/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%20${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%20${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- configure.in.orig Fri Mar 5 22:34:26 2004
|
--- configure.in.orig 2005-01-16 20:32:02.000000000 +0300
|
||||||
+++ configure.in Fri Mar 5 22:34:40 2004
|
+++ configure.in 2010-02-01 17:15:04.000000000 +0300
|
||||||
@@ -76,8 +76,6 @@
|
@@ -76,8 +76,6 @@
|
||||||
[AC_MSG_ERROR([Unable to find required header file])])
|
[AC_MSG_ERROR([Unable to find required header file])])
|
||||||
|
|
||||||
|
@ -9,3 +9,12 @@
|
||||||
|
|
||||||
|
|
||||||
dnl Checks for Programs.
|
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])])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue