summaryrefslogtreecommitdiff
path: root/www/seamonkey/enigmail.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/enigmail.mk')
-rw-r--r--www/seamonkey/enigmail.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey/enigmail.mk b/www/seamonkey/enigmail.mk
index 9246c100f23..836f3fa39e7 100644
--- a/www/seamonkey/enigmail.mk
+++ b/www/seamonkey/enigmail.mk
@@ -1,4 +1,4 @@
-# $NetBSD: enigmail.mk,v 1.1 2012/03/19 20:28:11 ryoon Exp $
+# $NetBSD: enigmail.mk,v 1.2 2012/04/04 20:05:09 ryoon Exp $
#
# This Makefile fragment hooks the Enigmail OpenPGP extension
# (see http://www.mozilla-enigmail.org/ ) into the build.
@@ -21,6 +21,8 @@ post-extract: enigmail-post-extract
.PHONY: enigmail-post-extract
enigmail-post-extract:
${RUN} mv ${WRKDIR}/enigmail ${WRKSRC}/mailnews/extensions/
+ ${RUN} cd ${WRKSRC} && \
+ ${PATCH} < ${FILESDIR}/mailnews_extensions_enigmail_ipc_modules_subprocess.jsm
post-configure: enigmail-post-configure
.PHONY: enigmail-post-configure