- 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
454 B
Plaintext
16 lines
454 B
Plaintext
$OpenBSD: patch-mail_installer_Makefile_in,v 1.4 2012/09/01 14:22:45 landry Exp $
|
|
Don't install the sdk (revert bug #639462)
|
|
--- mail/installer/Makefile.in.orig Sat Aug 25 02:24:32 2012
|
|
+++ mail/installer/Makefile.in Sat Sep 1 01:59:36 2012
|
|
@@ -72,10 +72,6 @@ endif
|
|
|
|
NON_OMNIJAR_FILES = defaults/messenger/mailViews.dat
|
|
|
|
-ifndef LIBXUL_SDK
|
|
-INSTALL_SDK = 1
|
|
-endif
|
|
-
|
|
GENERATE_CACHE=1
|
|
|
|
include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/signing.mk
|