ad076fd40f
www/firefox36 mostly by martynas@ and naddy@. Note that the java plugin from devel/jdk currently doesn't work with this version of firefox, in the meantime users really needed it will have to use www/firefox35. ok naddy@
15 lines
535 B
Plaintext
15 lines
535 B
Plaintext
$OpenBSD: patch-layout_build_Makefile_in,v 1.1 2010/04/26 19:55:58 landry Exp $
|
|
--- layout/build/Makefile.in.orig Wed Jan 6 05:35:20 2010
|
|
+++ layout/build/Makefile.in Sun Jan 10 17:47:27 2010
|
|
@@ -277,6 +277,10 @@ ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
|
EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS)
|
|
endif
|
|
|
|
+# Sydney audio sndio backend.
|
|
+EXTRA_DSO_LDOPTS += -lsndio \
|
|
+ $(NULL)
|
|
+
|
|
ifdef MOZ_SYDNEYAUDIO
|
|
ifeq ($(OS_ARCH),Darwin)
|
|
OS_LIBS += -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon
|