summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-toolkit_library_Makefile.in
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-03-22 15:24:49 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-03-22 15:24:49 +0000
commitd8add7cac467361c78bc446d5c0db8d385f18e56 (patch)
tree9f3c0dfdef16328b5cca345328a05666b1760a59 /www/firefox/files/patch-toolkit_library_Makefile.in
parent- Connect www/firefox36 and www/firefox36-i18n to the build. (diff)
- Update to 4.0
- Add PGO option to enable Profile-Guided Optimization [1]. PR: ports/132231 [1] (based on) Submitted by: lioux@ [1] Thanks to: andreast@, Anonymous <swell.k AT gmail.com>, decke@, jsa@, swills@ and all the testers for their feedback!
Diffstat (limited to 'www/firefox/files/patch-toolkit_library_Makefile.in')
-rw-r--r--www/firefox/files/patch-toolkit_library_Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/patch-toolkit_library_Makefile.in b/www/firefox/files/patch-toolkit_library_Makefile.in
index d905acd5bf67..35e1cd0e7f58 100644
--- a/www/firefox/files/patch-toolkit_library_Makefile.in
+++ b/www/firefox/files/patch-toolkit_library_Makefile.in
@@ -5,7 +5,7 @@
$(INSTALL) $^ .
-EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS)
-+EXTRA_DSO_LDOPTS += -Wl,--warn-unresolved-symbols -Wl,--as-needed $(LIBS_DIR) $(EXTRA_DSO_LIBS)
++EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) %%PTHREAD_LIBS%%
ifdef MOZ_ENABLE_LIBXUL
include $(srcdir)/libxul-rules.mk