59316de88a
- see http://www.seamonkey-project.org/releases/seamonkey2.12/ - garbage collect nsSound.cpp, the original one uses libcanberra properly and thus sndio. - remove patch from #750620, merged upstream (mfbt/double-conversion) - remove patches from #691898, merged upstream (yarr jit ppc) - remove useless crashreporter patch, we don't have breakpad
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
$OpenBSD: patch-mozilla_widget_gtk2_Makefile_in,v 1.3 2012/09/01 14:10:03 landry Exp $
|
|
--- mozilla/widget/gtk2/Makefile.in.orig Mon Aug 27 06:49:33 2012
|
|
+++ mozilla/widget/gtk2/Makefile.in Sat Sep 1 02:00:15 2012
|
|
@@ -21,6 +21,11 @@ LIBXUL_LIBRARY = 1
|
|
NATIVE_THEME_SUPPORT = 1
|
|
|
|
|
|
+ifeq ($(OS_ARCH),OpenBSD)
|
|
+ifdef MOZ_SYDNEYAUDIO
|
|
+EXTRA_DSO_LDOPTS += -lsndio
|
|
+endif
|
|
+endif
|
|
|
|
CSRCS = \
|
|
mozcontainer.c \
|