summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-ao')
-rw-r--r--www/seamonkey/patches/patch-ao10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/seamonkey/patches/patch-ao b/www/seamonkey/patches/patch-ao
index 7e3da6c8a98..1101ae189b0 100644
--- a/www/seamonkey/patches/patch-ao
+++ b/www/seamonkey/patches/patch-ao
@@ -1,15 +1,17 @@
-$NetBSD: patch-ao,v 1.12 2013/04/07 20:23:49 ryoon Exp $
+$NetBSD: patch-ao,v 1.13 2013/11/04 06:01:46 ryoon Exp $
---- mozilla/toolkit/mozapps/installer/packager.mk.orig 2013-04-01 03:31:14.000000000 +0000
+--- mozilla/toolkit/mozapps/installer/packager.mk.orig 2013-10-29 01:21:13.000000000 +0000
+++ mozilla/toolkit/mozapps/installer/packager.mk
-@@ -911,8 +911,8 @@ endif
+@@ -680,9 +680,9 @@ endif
(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
+ $(RM) -f $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME)
+ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME)
- 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 -)