617089342c
- see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/ - add -Os hack to fix a relocation error when linking on ppc (as was done in tb since 10..) - garbage collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. - remove patch from #750620, merged upstream (mfbt/double-conversion) - remove patches from #747257, merged upstream (gstreamer fix) - remove patches from #691898, merged upstream (yarr jit ppc)
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
$OpenBSD: patch-xulrunner_app_Makefile_in,v 1.9 2012/09/01 13:56:45 landry Exp $
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
|
|
--- xulrunner/app/Makefile.in.orig Wed Aug 15 07:48:39 2012
|
|
+++ xulrunner/app/Makefile.in Sun Aug 19 13:50:41 2012
|
|
@@ -41,6 +41,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) \
|