c08e17cfcf
See https://www.mozilla.org/en-US/thunderbird/6.0/releasenotes/ - remove patches merged upstream - Add a missing patch from firefox for plugin path - Add a hack to fix ui hangs with enigmail, better solution worked on in #681026 testing, feedback & enigmail update from nigel@, thanks!
30 lines
863 B
Plaintext
30 lines
863 B
Plaintext
$OpenBSD: patch-mozilla_toolkit_library_Makefile_in,v 1.6 2011/08/23 20:19:33 landry Exp $
|
|
--- mozilla/toolkit/library/Makefile.in.orig Fri Jul 15 07:51:48 2011
|
|
+++ mozilla/toolkit/library/Makefile.in Sun Jul 31 22:33:53 2011
|
|
@@ -168,12 +168,6 @@ EXTRA_DSO_LDOPTS += \
|
|
endif
|
|
endif
|
|
|
|
-ifneq (,$(filter GNU GNU_% NetBSD OpenBSD,$(OS_ARCH)))
|
|
-ifdef MOZ_SYDNEYAUDIO
|
|
-EXTRA_DSO_LDOPTS += -lossaudio
|
|
-endif
|
|
-endif
|
|
-
|
|
ifdef MOZ_PLATFORM_MAEMO
|
|
EXTRA_DSO_LDOPTS += $(MOZ_PLATFORM_MAEMO_LIBS)
|
|
endif
|
|
@@ -250,6 +244,12 @@ ifeq ($(OS_ARCH),OpenBSD)
|
|
# Needed by nsAuthGSSAPI
|
|
EXTRA_DSO_LDOPTS += -lkrb5 -lcrypto
|
|
endif
|
|
+
|
|
+# GTK2 widget and Sydney audio sndio backends.
|
|
+EXTRA_DSO_LDOPTS += -lsndio
|
|
+
|
|
+# Needed by nsAuthGSSAPI
|
|
+EXTRA_DSO_LDOPTS += -lkrb5 -lcrypto
|
|
|
|
ifdef MOZ_JAVAXPCOM
|
|
dlldeps-javaxpcom.cpp: $(topsrcdir)/extensions/java/xpcom/src/dlldeps-javaxpcom.cpp
|