4c781ead8a
- see http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/ - enable H.264 video support through gstreamer. Mention that one needs to manually install gstreamer-ffmpeg. Not all videos/sites will work. - backport cset from #776838 & #747257 for various gst fixes. - backport cset from #750620 to fix ppc (and other exotic archs) build. - backport cset from #752895 to fix packaging issues. - remove patch-content_xslt_src_base_txDouble_cpp, useless since mozilla switched to mfbt/double-conversion. - remove nss opening hack in Sync, it works fine without it. - remove the -rpath hack, not needed since matthew's ld.so fix from 12/06
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
$OpenBSD: patch-xulrunner_app_Makefile_in,v 1.8 2012/08/07 08:55:40 landry Exp $
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
|
|
--- xulrunner/app/Makefile.in.orig Wed Jun 13 01:47:16 2012
|
|
+++ xulrunner/app/Makefile.in Sun Jun 17 12:04:03 2012
|
|
@@ -83,6 +83,12 @@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
|
TK_LIBS := -framework Cocoa $(TK_LIBS)
|
|
endif
|
|
|
|
+ifeq ($(OS_ARCH),OpenBSD)
|
|
+ifdef MOZ_SYDNEYAUDIO
|
|
+LIBS += -lsndio
|
|
+endif
|
|
+endif
|
|
+
|
|
LIBS += \
|
|
$(EXTRA_DSO_LIBS) \
|
|
$(XPCOM_STANDALONE_GLUE_LDOPTS) \
|