From 65f69a64da64b4ae9779da5924aa3a0480270459 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 16 Dec 2006 07:19:15 +0000 Subject: Fix our gross -lpthread hack to work with GCC 4.1. Reported by: pointyhat via kris --- www/firefox-esr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox-esr') 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 -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 -- cgit v1.2.3