summaryrefslogtreecommitdiff
path: root/mail/thunderbird45
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-05-11 09:13:27 +0000
committerwiz <wiz@pkgsrc.org>2017-05-11 09:13:27 +0000
commitfb836ea51ad50725a3fb456a90a692dbbcbbc57f (patch)
treee4f8dc6fcf023fdf63e5ea14bec40f850e869f74 /mail/thunderbird45
parentbf51e1278d89e2c1ab735ce30a1ad5844b90d090 (diff)
downloadpkgsrc-fb836ea51ad50725a3fb456a90a692dbbcbbc57f.tar.gz
Remove patch backup
Diffstat (limited to 'mail/thunderbird45')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk.orig13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk.orig b/mail/thunderbird45/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk.orig
deleted file mode 100644
index 7352518d35f..00000000000
--- a/mail/thunderbird45/patches/patch-mozilla_toolkit_mozapps_installer_packager.mk.orig
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mozilla_toolkit_mozapps_installer_packager.mk.orig,v 1.1 2017/04/27 13:38:19 ryoon Exp $
-
---- mozilla/toolkit/mozapps/installer/packager.mk.orig 2016-04-07 21:33:34.000000000 +0000
-+++ mozilla/toolkit/mozapps/installer/packager.mk
-@@ -133,7 +133,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 -)