From 513d21d8384e61cc02b820137587b3680ffbb51c Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Wed, 3 Apr 2013 20:27:48 +0000 Subject: - update thunderbird, firefox-esr, linux-thunderbird and linux-firefox to 17.0.5 - update firefox to 20.0 - update seamonkey and linux-seamonkey to 2.17 - update nspr to 4.9.6 - remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of thunderbird - prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier are advised to upgrade - http://www.freebsd.org/security/ - add vuln.xml entry Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02 Approved by: portmgr (miwi) In collaboration with: Jan Beich --- devel/nspr/files/patch-..::configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/nspr/files/patch-..::configure') diff --git a/devel/nspr/files/patch-..::configure b/devel/nspr/files/patch-..::configure index 8d5d0ffebde9..1de6f0641c1a 100644 --- a/devel/nspr/files/patch-..::configure +++ b/devel/nspr/files/patch-..::configure @@ -14,15 +14,15 @@ fi MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' DSO_CFLAGS=-fPIC -@@ -6271,11 +6271,6 @@ +@@ -6271,11 +6271,9 @@ #define _THREAD_SAFE 1 EOF -- if test "$ac_cv_have_dash_pthread" = "yes"; then -- _PTHREAD_LDFLAGS="-pthread" + if test "$ac_cv_have_dash_pthread" = "yes"; then + _PTHREAD_LDFLAGS="-pthread" - else - _PTHREAD_LDFLAGS="-lc_r" -- fi + fi ;; *-netbsd*) if test "$ac_cv_have_dash_pthread" = "yes"; then -- cgit v1.2.3