summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2011-07-21 12:17:55 +0000
committertnn <tnn@pkgsrc.org>2011-07-21 12:17:55 +0000
commit585a0f3b41d44238f9b6b0020e8bf66b71ec6509 (patch)
treebcd8b8aba5d87931f728cea28f691612ceaa52ea
parent50e573cb33a0f4a233e51d2317066dc8fcf984a2 (diff)
downloadpkgsrc-585a0f3b41d44238f9b6b0020e8bf66b71ec6509.tar.gz
--disable-ipc was removed from mozilla-common.mk, but we still need it here
-rw-r--r--devel/xulrunner192/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xulrunner192/Makefile b/devel/xulrunner192/Makefile
index f11afe39690..118657445ea 100644
--- a/devel/xulrunner192/Makefile
+++ b/devel/xulrunner192/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/04 13:53:45 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2011/07/21 12:17:55 tnn Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
@@ -22,6 +22,7 @@ PKGCONFIG_OVERRIDE+= xulrunner/installer/mozilla-plugin.pc.in
CONFIGURE_ARGS+= --enable-application=xulrunner
CONFIGURE_ARGS+= --enable-libxul
+CONFIGURE_ARGS+= --disable-ipc
ALL_ENV+= MOZILLA_PKG_NAME=xulrunner