diff options
-rw-r--r-- | mail/lightning/Makefile | 2 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile index d52e10c93ab3..518a1dd079d5 100644 --- a/mail/lightning/Makefile +++ b/mail/lightning/Makefile @@ -43,7 +43,7 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=mail,calendar .include <bsd.port.pre.mk> -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${OSVERSION} < 500000 IGNORE= does not build diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 86e94687293d..17f104cc105d 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -49,7 +49,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${OSVERSION} < 500000 BROKEN= does not build diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 86e94687293d..17f104cc105d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -49,7 +49,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${OSVERSION} < 500000 BROKEN= does not build diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 86e94687293d..17f104cc105d 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -49,7 +49,7 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include <bsd.port.pre.mk> -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${OSVERSION} < 500000 BROKEN= does not build |