openbsd-ports/www/mozilla-firefox/patches/patch-layout_build_Makefile_in
landry 433f3c4b5e Update to mozilla-firefox 5.0:
That's the first release following the new fast scheme of one major
release every 6 weeks..
Check out http://www.mozilla.com/en-US/firefox/5.0/releasenotes/ for
release notes. Note that it's still badly broken on sparc64, and
unlikely to be fixed soon... you still have www/firefox36.

Tested by (at least, probably forgetting some..) rpointel@, pea@,
ckuethe@ and myself on amd64, bluhm@ on i386 and ajacoutot@ on macppc
(thanks!)
ok rpointel@
2011-06-28 05:43:57 +00:00

15 lines
566 B
Plaintext

$OpenBSD: patch-layout_build_Makefile_in,v 1.4 2011/06/28 05:43:57 landry Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
--- layout/build/Makefile.in.orig Fri May 27 18:12:15 2011
+++ layout/build/Makefile.in Tue May 31 22:18:25 2011
@@ -285,6 +285,9 @@ ifdef MOZ_SYDNEYAUDIO
ifeq ($(OS_ARCH),Linux)
EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS)
endif
+ifeq ($(OS_ARCH),OpenBSD)
+EXTRA_DSO_LDOPTS += -lsndio
+endif
ifeq ($(OS_ARCH),Darwin)
OS_LIBS += -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon -framework IOKit
endif