Revision: 129099 https://trac.macports.org/changeset/129099 Author: larryv@macports.org Date: 2014-12-05 11:16:29 -0800 (Fri, 05 Dec 2014) Log Message: ----------- pcre: Patch configure instead of m4 template (#46137) This should avoid unintended regeneration of build scripts. Modified Paths: -------------- trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch Modified: trunk/dports/devel/pcre/files/no-darwin-pthread-flag.patch =================================================================== --- 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" ;;