diff options
author | flo <flo@FreeBSD.org> | 2011-08-17 02:36:10 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-08-17 02:36:10 +0800 |
commit | f30e4f8c2ccfccd22500e1dab7986252daec9c75 (patch) | |
tree | 09bd069151a392d047530baff70488647f82fc18 /Mk/bsd.gecko.mk | |
parent | d0640767d953a29134f9019f7bec356f719ff180 (diff) | |
download | freebsd-ports-gnome-f30e4f8c2ccfccd22500e1dab7986252daec9c75.tar.gz freebsd-ports-gnome-f30e4f8c2ccfccd22500e1dab7986252daec9c75.tar.zst freebsd-ports-gnome-f30e4f8c2ccfccd22500e1dab7986252daec9c75.zip |
retire GECKO_PTHREAD_LIBS just use PTHREAD_LIBS.
this will enable compilation with clang. firefox 6 and thunderbid 6 now build
fine with clang. other gecko ports should become compilable as soon as they are
based on the same gecko version as firefox and thunderbird 6
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index a3edf49c07b7..5c700383ae5a 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -530,7 +530,6 @@ GENERIC_MOZCONFIG?= ${.CURDIR}/../../www/seamonkey/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} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall MASTER_MOZDIR?= ${PORTSDIR}/www/seamonkey |