748511976d
normal update-patches filenames. This avoids update-patches picking up the .orig files in PHP distfiles and make it easier to keep in-sync. ok robert@
12 lines
462 B
Plaintext
12 lines
462 B
Plaintext
$OpenBSD: patch-ext_odbc_config_m4,v 1.2 2011/06/18 19:49:50 sthen Exp $
|
|
--- ext/odbc/config.m4.orig.port Tue Jul 31 14:02:00 2007
|
|
+++ ext/odbc/config.m4 Sat Jun 18 12:14:50 2011
|
|
@@ -373,7 +373,6 @@ PHP_ARG_WITH(iodbc,,
|
|
if test "$PHP_IODBC" = "yes"; then
|
|
PHP_IODBC=/usr/local
|
|
fi
|
|
- PHP_ADD_LIBRARY_WITH_PATH(iodbc, $PHP_IODBC/$PHP_LIBDIR)
|
|
PHP_ADD_INCLUDE($PHP_IODBC/include, 1)
|
|
ODBC_TYPE=iodbc
|
|
ODBC_INCLUDE=-I$PHP_IODBC/include
|