diff options
author | obache <obache> | 2011-10-15 13:34:27 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-15 13:34:27 +0000 |
commit | 20989b0d6d04237a53c825a1a2037884d065d606 (patch) | |
tree | 603f6fd007b463fe66202f64d8527be1daa776e7 /multimedia | |
parent | 2c610de85438ece11ece3d1fd0dd73f71f572c79 (diff) | |
download | pkgsrc-20989b0d6d04237a53c825a1a2037884d065d606.tar.gz |
tell boost-header and boost-lib location to configure.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gnash/Makefile b/multimedia/gnash/Makefile index 2f278e13ca8..451747b8143 100644 --- a/multimedia/gnash/Makefile +++ b/multimedia/gnash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2011/10/14 01:05:58 obache Exp $ +# $NetBSD: Makefile,v 1.40 2011/10/15 13:34:27 obache Exp $ # DISTNAME= gnash-${VER} @@ -24,6 +24,8 @@ INSTALL_TARGET= install install-plugin # /bin/sh finds a syntax error without line number CONFIG_SHELL= ${TOOLS_BASH} +CONFIGURE_ARGS+= --with-boost-incl=${BUILDLINK_PREFIX.boost-headers}/include +CONFIGURE_ARGS+= --with-boost-lib=${BUILDLINK_PREFIX.boost-libs}/lib EGDIR= ${PREFIX}/share/examples/gnash INSTALLATION_DIRS= ${EGDIR} |