aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2004-08-14 03:03:41 +0800
committermi <mi@FreeBSD.org>2004-08-14 03:03:41 +0800
commit2f68980837f17763ad8eb9b8b7af7024799dd774 (patch)
treeef9d6a5a2488fb60865d7954e628b245141ac303
parentdf6cd1c15ea2f37d2cc42517b8ecfa2105fa76ba (diff)
downloadfreebsd-ports-gnome-2f68980837f17763ad8eb9b8b7af7024799dd774.tar.gz
freebsd-ports-gnome-2f68980837f17763ad8eb9b8b7af7024799dd774.tar.zst
freebsd-ports-gnome-2f68980837f17763ad8eb9b8b7af7024799dd774.zip
Obey not only the local CFLAGS, but CC as well.
Approved by: maintainer
-rw-r--r--textproc/ispell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index f57fce48d59a..1854c72e5651 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -222,6 +222,7 @@ post-patch:
post-configure:
@${ECHO_CMD} "#define CFLAGS \"${CFLAGS}\"" >> ${WRKSRC}/local.h
+ @${ECHO_CMD} "#define CC \"${CC}\"" >> ${WRKSRC}/local.h
.if defined(MASKBITS)
@${ECHO_CMD} "#define MASKBITS ${MASKBITS}" >> ${WRKSRC}/local.h
.endif