tell boost-header and boost-lib location to configure.
This commit is contained in:
parent
5fa3a201c9
commit
9f53dc0772
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue