Files
pkgsrc-ng/www/seamonkey/patches/patch-ao
2016-11-18 22:39:22 +01:00

14 lines
597 B
Plaintext

$NetBSD: patch-ao,v 1.16 2015/10/02 22:49:36 ryoon Exp $
--- mozilla/toolkit/mozapps/installer/packager.mk.orig 2015-09-25 07:35:10.000000000 +0000
+++ mozilla/toolkit/mozapps/installer/packager.mk
@@ -128,7 +128,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 -)