openbsd-ports/www/php5/patches/patch-ext_standard_config_m4
sthen 748511976d Use PATCHORIG, regen patches and rename the files which didn't match the
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@
2011-06-18 19:49:22 +00:00

17 lines
762 B
Plaintext

$OpenBSD: patch-ext_standard_config_m4,v 1.3 2011/06/18 19:49:22 sthen Exp $
--- ext/standard/config.m4.orig.port Fri Nov 27 23:41:13 2009
+++ ext/standard/config.m4 Sat Jun 18 12:14:55 2011
@@ -311,9 +311,9 @@ dnl
dnl Detect library functions needed by php dns_xxx functions
dnl ext/standard/php_dns.h will collect these in a single define: HAVE_DNS_FUNCS
dnl
-PHP_CHECK_FUNC(res_nmkquery, resolv, bind, socket)
-PHP_CHECK_FUNC(res_nsend, resolv, bind, socket)
-PHP_CHECK_FUNC(dn_expand, resolv, bind, socket)
+PHP_CHECK_FUNC(res_nmkquery, resolv, socket)
+PHP_CHECK_FUNC(res_nsend, resolv, socket)
+PHP_CHECK_FUNC(dn_expand, resolv, socket)
dnl OSX has the dns functions in libc but remaps them in resolv.h for bind so linking fails
case $host_alias in