diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-16 07:19:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-16 07:19:15 +0000 |
commit | 65f69a64da64b4ae9779da5924aa3a0480270459 (patch) | |
tree | a1b27b1acc2332f350883555c2f832da69318be8 /www/firefox-esr | |
parent | c33b7b23da75eaffd614e28f2afb492c1c7e5685 (diff) | |
download | ports-65f69a64da64b4ae9779da5924aa3a0480270459.tar.gz ports-65f69a64da64b4ae9779da5924aa3a0480270459.zip |
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |