Fix CFLAGS to make devel/meta-cvs buildable
PR: ports/94456 Submitted by: Shaun Amott <shaun@inerd.com>
This commit is contained in:
parent
ed375e9075
commit
53e2293222
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164206
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue