diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2013-04-03 20:27:48 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2013-04-03 20:27:48 +0000 |
| commit | 513d21d8384e61cc02b820137587b3680ffbb51c (patch) | |
| tree | fc7673f01258f369254c78eaa2111a667c2fd1f7 /devel/nspr/files/patch-..::configure | |
| parent | Restore default options from before conversion to OptionsNG. (diff) | |
- 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 <jbeich@tormail.org>
Notes
Notes:
svn path=/head/; revision=315713
Diffstat (limited to 'devel/nspr/files/patch-..::configure')
| -rw-r--r-- | devel/nspr/files/patch-..::configure | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
