opnsense-ports/databases/mysql2odbc/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
375 B
Text

--- configure.orig Sat Aug 20 16:05:00 2005
+++ configure Sat Aug 20 16:05:10 2005
@@ -8915,7 +8915,7 @@
echo "$as_me:$LINENO: checking for UnixODBC support" >&5
echo $ECHO_N "checking for UnixODBC support... $ECHO_C" >&6
- if test -f "$withval/lib/libodbc.la"
+ if test -f "$withval/lib/libodbc.a"
then
found_odbc=yes
ODBC_CFLAGS="-I$withval/include"