From 907a1c07763570a87308a864fb2033bdc5e9cb71 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 20 Dec 2006 23:51:48 +0000 Subject: - Define GECKO_PTHREAD_LIBS since bsd.gecko.mk is included below post-patch. Need to make bsd.gecko.mk safe for includeing the file twice so we can get env then get target's git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8099 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/thunderbird/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index f5c03542f..2c9f202aa 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/mail/thunderbird/Makefile,v 1.20 2006/12/13 14:25:23 ahze Exp $ +# $MCom: ports/mail/thunderbird/Makefile,v 1.21 2006/12/20 23:46:13 ahze Exp $ # PORTNAME= thunderbird @@ -43,6 +43,8 @@ OPTIONS= .include +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} + .if (${ARCH}=="sparc64" && ${OSVERSION} < 601101) IGNORE= core dumps on ${ARCH}, kern.osreldate>=601101 needed .endif -- cgit v1.2.3