diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 09:35:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-07 09:35:19 +0800 |
commit | f9bd1fb8e796f4ec8b0815c621e213eab0b403d7 (patch) | |
tree | 733c5b3ab5365236ca3fd8e022b1234adb119c56 /www/mozilla | |
parent | fa54dbb742d8a8301e0e1335d72165c9f1df8cf4 (diff) | |
download | marcuscom-ports-f9bd1fb8e796f4ec8b0815c621e213eab0b403d7.tar marcuscom-ports-f9bd1fb8e796f4ec8b0815c621e213eab0b403d7.tar.gz marcuscom-ports-f9bd1fb8e796f4ec8b0815c621e213eab0b403d7.tar.bz2 marcuscom-ports-f9bd1fb8e796f4ec8b0815c621e213eab0b403d7.tar.lz marcuscom-ports-f9bd1fb8e796f4ec8b0815c621e213eab0b403d7.tar.xz marcuscom-ports-f9bd1fb8e796f4ec8b0815c621e213eab0b403d7.tar.zst marcuscom-ports-f9bd1fb8e796f4ec8b0815c621e213eab0b403d7.zip |
- 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
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 <ahze@FreeBSD.org> # # $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 |