- 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
442 B
Plaintext
16 lines
442 B
Plaintext
$OpenBSD: patch-suite_installer_Makefile_in,v 1.5 2012/09/01 14:10:03 landry Exp $
|
|
Don't install the sdk
|
|
--- suite/installer/Makefile.in.orig Mon Aug 27 06:44:26 2012
|
|
+++ suite/installer/Makefile.in Sat Sep 1 02:00:16 2012
|
|
@@ -142,10 +142,6 @@ NON_OMNIJAR_FILES = \
|
|
defaults/profile/panels.rdf \
|
|
$(NULL)
|
|
|
|
-ifndef LIBXUL_SDK
|
|
-INSTALL_SDK = 1
|
|
-endif
|
|
-
|
|
GENERATE_CACHE=1
|
|
|
|
include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/packager.mk
|