Files
pkgsrc-ng/mail/thunderbird/patches/patch-ao
2016-01-21 23:40:00 +01:00

14 lines
597 B
Plaintext

$NetBSD: patch-ao,v 1.10 2014/07/27 20:04:59 ryoon Exp $
--- mozilla/toolkit/mozapps/installer/packager.mk.orig 2014-07-18 00:05:55.000000000 +0000
+++ mozilla/toolkit/mozapps/installer/packager.mk
@@ -790,7 +790,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 -)