aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-06-02 16:56:14 +0800
committervd <vd@FreeBSD.org>2006-06-02 16:56:14 +0800
commit2c3abfa78551c24233df3119360a2f46caf5e9af (patch)
treeb4f8f91044312c1f4b7ad39e4bc7e69a4fbeaa2b /lang
parentd861db3e4392d4409b8954f623b149d54be24488 (diff)
downloadfreebsd-ports-gnome-2c3abfa78551c24233df3119360a2f46caf5e9af.tar.gz
freebsd-ports-gnome-2c3abfa78551c24233df3119360a2f46caf5e9af.tar.zst
freebsd-ports-gnome-2c3abfa78551c24233df3119360a2f46caf5e9af.zip
Fix CFLAGS to make devel/meta-cvs buildable
PR: ports/94456 Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/clisp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 6e60f5e62470..ea5865f828b9 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -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>