summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-06-29 17:31:11 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-06-29 17:31:11 +0000
commitd93bda3ff9e1133fe21046517cb964c040c22a36 (patch)
treef03eb8c9fcc860db6ccddfcb859f9728066049f3 /lang/clisp
parent- Fix pkg-plist (diff)
- Add CFLAGS to the CFLAGS internal variable of clisp, which fixes building a
dependency (devel/meta-cvs). This fix was accidentaly removed by me when committing the last fix. Reported by: shaun
Notes
Notes: svn path=/head/; revision=166608
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 12f04604ab42..f0030e41e6c4 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -146,5 +146,7 @@ post-configure:
cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ./makemake ${MAKEMAKE_ARGS} > Makefile && \
${MAKE} config.lisp
+ @${REINPLACE_CMD} -Ee 's|^(CFLAGS =)|\1 ${CPPFLAGS} ${CFLAGS}|' \
+ ${BUILD_WRKSRC}/${MAKEFILE}
.include <bsd.port.post.mk>