summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-z-bug815916
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-01-10 22:29:23 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-01-10 22:29:23 +0000
commite676e2910f592704af67424758ebd4cfdff9ebcd (patch)
treedd14b47bf2d53036668a1976cb68d74952705242 /www/firefox/files/patch-z-bug815916
parent- bump PORTREVISION since shlib version of gflags was changed (diff)
- update www/firefox to 18.0
- update www/firefox-esr to 17.0.2 - update www/seamonkey to 2.15 (enigmail to 1.5.0) - remove QT4 option to avoid confusion (it turned out to be too experimental) In collaboration with: Jan Beich <jbeich@tormail.org> Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
Notes
Notes: svn path=/head/; revision=310207
Diffstat (limited to 'www/firefox/files/patch-z-bug815916')
-rw-r--r--www/firefox/files/patch-z-bug81591627
1 files changed, 27 insertions, 0 deletions
diff --git a/www/firefox/files/patch-z-bug815916 b/www/firefox/files/patch-z-bug815916
new file mode 100644
index 000000000000..8ca886e2e839
--- /dev/null
+++ b/www/firefox/files/patch-z-bug815916
@@ -0,0 +1,27 @@
+--- media/webrtc/signaling/test/Makefile.in~
++++ media/webrtc/signaling/test/Makefile.in
+@@ -34,12 +34,24 @@ LIBS += \
+ endif
+ endif
+
++ifdef MOZ_NATIVE_JPEG
++LIBS += \
++ $(MOZ_JPEG_LIBS) \
++ $(NULL)
++endif
++
+ ifdef MOZ_NATIVE_LIBVPX
+ LIBS += \
+ $(MOZ_LIBVPX_LIBS) \
+ $(NULL)
+ endif
+
++ifndef MOZ_TREE_PIXMAN
++LIBS += \
++ $(MOZ_PIXMAN_LIBS) \
++ $(NULL)
++endif
++
+ ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
+ LIBS += \
+ $(XLIBS) \