openbsd-ports/www/fennec/patches/patch-toolkit_library_Makefile_in
landry 9395b3e04c Update to fennec/firefox mobile 6.0.
Remove patches merged upstream.
2011-08-23 20:55:53 +00:00

32 lines
775 B
Plaintext

$OpenBSD: patch-toolkit_library_Makefile_in,v 1.4 2011/08/23 20:55:53 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
https://bugzilla.mozilla.org/show_bug.cgi?id=648730
--- toolkit/library/Makefile.in.orig Fri Jul 22 00:18:55 2011
+++ toolkit/library/Makefile.in Sun Jul 31 19:42:21 2011
@@ -157,6 +157,12 @@ OS_LIBS += \
$(NULL)
endif
+ifeq ($(OS_ARCH),OpenBSD)
+ifdef MOZ_SYDNEYAUDIO
+EXTRA_DSO_LDOPTS += -lsndio
+endif
+endif
+
ifeq ($(OS_ARCH),Darwin)
ifdef MOZ_SYDNEYAUDIO
EXTRA_DSO_LDOPTS += \
@@ -165,12 +171,6 @@ EXTRA_DSO_LDOPTS += \
-framework AudioToolbox \
-framework AudioUnit \
$(NULL)
-endif
-endif
-
-ifneq (,$(filter GNU GNU_% NetBSD OpenBSD,$(OS_ARCH)))
-ifdef MOZ_SYDNEYAUDIO
-EXTRA_DSO_LDOPTS += -lossaudio
endif
endif