diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-21 07:51:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-21 07:51:48 +0800 |
commit | 907a1c07763570a87308a864fb2033bdc5e9cb71 (patch) | |
tree | d1f937d616f207a4abc1c3aa1794f73cbcb6df2d /mail | |
parent | 4a53218a99527214338c08661dab95714e630f36 (diff) | |
download | marcuscom-ports-907a1c07763570a87308a864fb2033bdc5e9cb71.tar marcuscom-ports-907a1c07763570a87308a864fb2033bdc5e9cb71.tar.gz marcuscom-ports-907a1c07763570a87308a864fb2033bdc5e9cb71.tar.bz2 marcuscom-ports-907a1c07763570a87308a864fb2033bdc5e9cb71.tar.lz marcuscom-ports-907a1c07763570a87308a864fb2033bdc5e9cb71.tar.xz marcuscom-ports-907a1c07763570a87308a864fb2033bdc5e9cb71.tar.zst marcuscom-ports-907a1c07763570a87308a864fb2033bdc5e9cb71.zip |
- 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <marcus@FreeBSD.org> # # $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 <bsd.port.pre.mk> +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 |