diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-08-13 19:03:41 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-08-13 19:03:41 +0000 |
commit | aba1060f87912e3ab00ee65cdbdcd6ff23273404 (patch) | |
tree | bfc76135b6c147258e560b61aea8a211bd90a453 /textproc/ispell | |
parent | 026b99e918aa5a0df5849464427846fbbacfc261 (diff) | |
download | ports-aba1060f87912e3ab00ee65cdbdcd6ff23273404.tar.gz ports-aba1060f87912e3ab00ee65cdbdcd6ff23273404.zip |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 1 |
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 |