From d1d3a659eb3c537dac1d3dddadc6d0328dd74903 Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 7 Apr 2013 11:51:42 +0000 Subject: [PATCH] remove patch-toolkit_mozapps_installer_packager_mk; from landry's git repo reported by rpe@ nigel@ espie@ --- ...atch-toolkit_mozapps_installer_packager_mk | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 www/mozilla-firefox/patches/patch-toolkit_mozapps_installer_packager_mk diff --git a/www/mozilla-firefox/patches/patch-toolkit_mozapps_installer_packager_mk b/www/mozilla-firefox/patches/patch-toolkit_mozapps_installer_packager_mk deleted file mode 100644 index feb840a03e6..00000000000 --- a/www/mozilla-firefox/patches/patch-toolkit_mozapps_installer_packager_mk +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.17 2013/03/03 17:34:15 landry Exp $ -install headers/idl/sdk libs only if xulrunner ---- toolkit/mozapps/installer/packager.mk.orig Wed Jan 9 20:20:40 2013 -+++ toolkit/mozapps/installer/packager.mk Sat Jan 12 14:39:38 2013 -@@ -900,12 +900,12 @@ ifeq (bundle,$(MOZ_FS_LAYOUT)) - $(error "make install" is not supported on this platform. Use "make package" instead.) - endif - $(NSINSTALL) -D $(DESTDIR)$(installdir) -- (cd $(DIST)/$(MOZ_PKG_DIR) && tar --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \ -+ (cd $(DIST)/$(MOZ_PKG_DIR) && $(TAR) --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \ - (cd $(DESTDIR)$(installdir) && tar -xf -) - $(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 -)