- Fixes MFSA-2012-01..11 - remove patch-gfx_qcms_qcmstypes_h & patch-toolkit_xre_glxtest_cpp, were commited upstream (bugs #651444 & #687320) - remove patch-js_src_xpconnect_src_Makefile_in, dom_quickstubs.cpp hack was apparently only needed with gcc3 - remove patch-xpcom_base_nsStackWalk_cpp, codepath not reached/solaris only. - add https://bug691898.bugzilla.mozilla.org/attachment.cgi?id=588391 to use yarr interpreter on ppc, bug #691898 still being worked on - backport https://hg.mozilla.org/mozilla-central/rev/9cfdb612a026, fixes endianess detection on BSDs using machine/endian.h (bug #714312)
14 lines
674 B
Plaintext
14 lines
674 B
Plaintext
$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.8 2012/02/20 20:15:04 landry Exp $
|
|
install headers/idl/sdk libs only if xulrunner
|
|
--- toolkit/mozapps/installer/packager.mk.orig Wed Jan 11 18:15:07 2012
|
|
+++ toolkit/mozapps/installer/packager.mk Sat Jan 14 20:24:16 2012
|
|
@@ -788,7 +788,7 @@ endif
|
|
$(NSINSTALL) -D $(DESTDIR)$(bindir)
|
|
$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
|
|
ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
|
|
-ifdef INSTALL_SDK # Here comes the hard part
|
|
+ifeq ($(MOZ_APP_NAME),xulrunner)
|
|
$(NSINSTALL) -D $(DESTDIR)$(includedir)
|
|
(cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
|
|
(cd $(DESTDIR)$(includedir) && tar -xf -)
|