diff options
author | tnn <tnn> | 2011-07-21 12:17:55 +0000 |
---|---|---|
committer | tnn <tnn> | 2011-07-21 12:17:55 +0000 |
commit | 01c9e2879723b4611172f7a192187534f8379d16 (patch) | |
tree | bcd8b8aba5d87931f728cea28f691612ceaa52ea /devel/xulrunner192 | |
parent | 1a59a10751b6e30069d22d7914356a95b2fdf7f8 (diff) | |
download | pkgsrc-01c9e2879723b4611172f7a192187534f8379d16.tar.gz |
--disable-ipc was removed from mozilla-common.mk, but we still need it here
Diffstat (limited to 'devel/xulrunner192')
-rw-r--r-- | devel/xulrunner192/Makefile | 3 |
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 |