From f9bd1fb8e796f4ec8b0815c621e213eab0b403d7 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 7 Nov 2006 01:35:19 +0000 Subject: - Add GECKO_PTHREAD_LIBS hack to Makefile.common since other geckos will use this very soon.... git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7863 df743ca5-7f9a-e211-a948-0013205c9059 --- www/mozilla/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index f01ad81cd..d64d341c6 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -4,7 +4,7 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports-stable/www/mozilla/Makefile.common,v 1.1 2006/10/18 17:29:07 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.33 2006/11/07 01:32:44 ahze 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, @@ -69,6 +69,7 @@ USE_GNOME+= gtk20 libidl desktopfileutils USE_ICONV= yes USE_PERL5_BUILD=yes USE_XLIB= yes +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} MOZILLA_SUFX?= none WRKSRC?= ${WRKDIR}/mozilla -- cgit