openbsd-ports/www/mozilla-firefox/patches/patch-xulrunner_app_Makefile_in

18 lines
524 B
Plaintext
Raw Normal View History

$OpenBSD: patch-xulrunner_app_Makefile_in,v 1.6 2011/08/23 20:14:52 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
--- xulrunner/app/Makefile.in.orig Fri Jul 22 00:18:57 2011
+++ xulrunner/app/Makefile.in Sat Jul 30 15:37:52 2011
@@ -79,6 +79,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) \
$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \