Modified: trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch (129098 => 129099)
--- trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch 2014-12-05 19:09:19 UTC (rev 129098)
+++ trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch 2014-12-05 19:16:29 UTC (rev 129099)
@@ -1,8 +1,8 @@
-Index: m4/ax_pthread.m4
+Index: configure
===================================================================
---- m4.orig/ax_pthread.m4
-+++ m4/ax_pthread.m4
-@@ -158,10 +158,6 @@ case ${host_os} in
+--- configure.orig
++++ configure
+@@ -18586,10 +18586,6 @@ case ${host_os} in
ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
;;