Fix CFLAGS to make devel/meta-cvs buildable

PR:		ports/94456
Submitted by:	Shaun Amott <shaun@inerd.com>
This commit is contained in:
Vasil Dimov 2006-06-02 08:56:14 +00:00
parent ed375e9075
commit 53e2293222
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164206

View file

@ -7,6 +7,7 @@
PORTNAME= clisp
PORTVERSION= 2.38
PORTREVISION= 1
CATEGORIES= lang lisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION}
@ -51,6 +52,8 @@ post-extract:
post-configure:
cd ${WRKSRC}/${BUILD_DIRNAME} && \
./makemake ${MAKEMAKE_ARGS} > Makefile && \
make config.lisp
${MAKE} config.lisp
${REINPLACE_CMD} -e 's#^CFLAGS =#CFLAGS = -I${LOCALBASE}/include#' \
${WRKSRC}/${BUILD_DIRNAME}/Makefile
.include <bsd.port.post.mk>