ports/math/octave-forge-odbc/files/patch-configure.ac
Stephen Montgomery-Smith 298e073f92 math/octave-forge-odbc: New port.
The octave-forge package is the result of The GNU Octave Repositry
project, which is intended to be a central location for custom scripts,
functions and extensions for GNU Octave. contains the source for all
the functions plus build and install scripts.

This is odbc.

Basic Octave implementation of the ODBC toolkit.
2024-04-05 12:32:29 -05:00

11 lines
293 B
Text

--- configure.ac.orig 2024-04-03 21:52:15.764296000 -0500
+++ configure.ac 2024-04-03 21:52:51.590619000 -0500
@@ -200,7 +200,7 @@
ODBC_LIBS=`$ODBC_CONFIG --libs`
ODBC_CFLAGS=`$ODBC_CONFIG --cflags`
else
- PKG_CHECK_MODULES([ODBC], [odbc])
+ true
fi
fi
AC_SUBST([ODBC_LIBS])