From b712f6a79a912543bea94864e6029bbbffedecfc Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Thu, 11 Jun 2009 05:55:31 +0000 Subject: Fix build with custom LOCALBASE Reported by: QATty Approved by: maintainer --- devel/pecl-shape/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/pecl-shape/Makefile b/devel/pecl-shape/Makefile index 964903369279..ce7a5986ca2a 100644 --- a/devel/pecl-shape/Makefile +++ b/devel/pecl-shape/Makefile @@ -23,6 +23,8 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= shp +CONFIGURE_ARGS+=--with-shp=${LOCALBASE} + post-patch: @${REINPLACE_CMD} -e 's|include/libshp|include|g' ${WRKSRC}/config.m4 @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4 -- cgit v1.2.3