aboutsummaryrefslogtreecommitdiff
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
parentd1d857acbe9ed8a2ec03899b39fad81a108e6e02 (diff)
downloadports-d93bda3ff9e1133fe21046517cb964c040c22a36.tar.gz
ports-d93bda3ff9e1133fe21046517cb964c040c22a36.zip
Notes
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>