diff options
author | obache <obache> | 2011-09-19 14:50:36 +0000 |
---|---|---|
committer | obache <obache> | 2011-09-19 14:50:36 +0000 |
commit | f6ff9d1c020e567553dd8ec9cbd8ce18bba374b5 (patch) | |
tree | 41532cf816bdf368ba1febff4b79b562362d09a0 /multimedia | |
parent | b987b14a8e38873478b881e1c63b9046cecb33e9 (diff) | |
download | pkgsrc-f6ff9d1c020e567553dd8ec9cbd8ce18bba374b5.tar.gz |
Exactly specify include path for npapi.h so that other xulrunner will not be
picked up.
Fixes PR pkg/45380.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnash/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gnash/options.mk b/multimedia/gnash/options.mk index 8bed9f7d189..5060263b554 100644 --- a/multimedia/gnash/options.mk +++ b/multimedia/gnash/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.14 2011/04/12 13:15:01 obache Exp $ +# $NetBSD: options.mk,v 1.15 2011/09/19 14:50:36 obache Exp $ # # @@ -31,6 +31,7 @@ PLIST.gtk= yes .if !empty(PKG_OPTIONS:Mgtk) || !empty(PKG_OPTIONS:Mkde) BUILDLINK_DEPMETHOD.xulrunner= build .include "../../devel/xulrunner/buildlink3.mk" +CONFIGURE_ARGS+= --with-npapi-incl=${BUILDLINK_PREFIX.xulrunner}/include/xulrunner CONFIGURE_ARGS+= --with-npapi-install=system CONFIGURE_ARGS+= --with-npapi-plugindir=${PREFIX}/lib/netscape/plugins PLIST.plugin= yes |