2e2cfce7ed
See http://www.mozilla.com/en-US/firefox/6.0/releasenotes/. Remove patches merged upstream (#648721, #651461, #643122, #634609 and maybe others). ok rpointel@
18 lines
524 B
Plaintext
18 lines
524 B
Plaintext
$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) \
|