diff options
author | obache <obache@pkgsrc.org> | 2011-10-15 13:34:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-15 13:34:27 +0000 |
commit | 6d45f9a7911656e0c93c45f78f35597995fcf681 (patch) | |
tree | 603f6fd007b463fe66202f64d8527be1daa776e7 /multimedia | |
parent | ffedebff181561baf00f95482e22da07681d71f4 (diff) | |
download | pkgsrc-6d45f9a7911656e0c93c45f78f35597995fcf681.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} |