- see http://www.mozilla.org/en-US/thunderbird/15.0/releasenotes/ - 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 - garbage collect sunbird.desktop since it's unlikely sunbird will ever build from tb again..
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
$OpenBSD: patch-mozilla_widget_gtk2_Makefile_in,v 1.2 2012/09/01 14:22:45 landry Exp $
|
|
--- mozilla/widget/gtk2/Makefile.in.orig Sat Aug 25 02:31:35 2012
|
|
+++ mozilla/widget/gtk2/Makefile.in Sat Sep 1 01:59:42 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 \
|