From 9f9e9f6ba1fef879e29cf0cf26d06f1b4f075963 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 14 Jan 2007 08:25:35 +0000 Subject: Fix our gross -lpthread hack to work with GCC 4.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8202 df743ca5-7f9a-e211-a948-0013205c9059 --- www/mozilla/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 9abd94a56..701744f74 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -4,7 +4,7 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile.common,v 1.40 2006/12/20 18:55:12 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.41 2007/01/14 07:06:34 marcus Exp $ # This file contains some reusable components for mozilla ports. It's of # use primarily to apps from the mozilla project itself (such as Firefox, @@ -87,7 +87,7 @@ GENERIC_MOZCONFIG?= ${.CURDIR}/../../www/mozilla/files/mozconfig-generic.in PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in MOZCONFIG?= ${WRKSRC}/.mozconfig MOZILLA_PLIST_DIRS?= bin include lib share/idl -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} PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall MASTER_MOZDIR?= ${PORTSDIR}/www/mozilla -- cgit v1.2.3