openbsd-ports/mail/mozilla-thunderbird/patches/patch-mail_installer_Makefile_in
landry d6fe9b934c Update to thunderbird 15.0/lightning 1.7b1/enigmail 1.4.4.
- 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 , merged upstream (mfbt/double-conversion)
- remove patches from , 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..
2012-09-01 14:22:45 +00:00

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