diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-16 15:20:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-16 15:20:25 +0800 |
commit | 5229dc90cd7f8a092734c2a1f8b273db34482642 (patch) | |
tree | 57d6641cb88293dab944f99a3312185a6d8e2d76 /www | |
parent | 14289cc5a365647c429fc1ebf2da8b7e14d81cce (diff) | |
download | marcuscom-ports-5229dc90cd7f8a092734c2a1f8b273db34482642.tar marcuscom-ports-5229dc90cd7f8a092734c2a1f8b273db34482642.tar.gz marcuscom-ports-5229dc90cd7f8a092734c2a1f8b273db34482642.tar.bz2 marcuscom-ports-5229dc90cd7f8a092734c2a1f8b273db34482642.tar.lz marcuscom-ports-5229dc90cd7f8a092734c2a1f8b273db34482642.tar.xz marcuscom-ports-5229dc90cd7f8a092734c2a1f8b273db34482642.tar.zst marcuscom-ports-5229dc90cd7f8a092734c2a1f8b273db34482642.zip |
Fix our nasty -lpthread hack to work with GCC 4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-devel/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index c737e017a..a71310b9f 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/www/firefox/Makefile,v 1.21 2006/10/25 01:20:12 ahze Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.32 2006/12/09 16:33:11 ahze Exp $ PORTNAME= firefox DISTVERSION= 3.0.a1 @@ -52,7 +52,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/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index c737e017a..a71310b9f 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/www/firefox/Makefile,v 1.21 2006/10/25 01:20:12 ahze Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.32 2006/12/09 16:33:11 ahze Exp $ PORTNAME= firefox DISTVERSION= 3.0.a1 @@ -52,7 +52,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 |