From aba1060f87912e3ab00ee65cdbdcd6ff23273404 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Fri, 13 Aug 2004 19:03:41 +0000 Subject: Obey not only the local CFLAGS, but CC as well. Approved by: maintainer --- textproc/ispell/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/ispell') 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 -- cgit v1.2.3