diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-18 23:36:43 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-18 23:36:43 +0000 |
commit | 0dc252240f4cbfe4d0a965a3c38ab8002c1e717c (patch) | |
tree | 16eaf3a4c25c9280c861e846340c51b6923825cf /textproc/ispell/scripts | |
parent | 581e8096ccc76a5f5884d8957ad1e21f365f9245 (diff) | |
download | ports-0dc252240f4cbfe4d0a965a3c38ab8002c1e717c.tar.gz ports-0dc252240f4cbfe4d0a965a3c38ab8002c1e717c.zip |
Notes
Diffstat (limited to 'textproc/ispell/scripts')
-rw-r--r-- | textproc/ispell/scripts/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index 61e3f7ffdd6e..a83be008d812 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -41,6 +41,7 @@ echo "#undef WORDS" >> local.h echo '#define WORDS "/usr/share/dict/words"' >> local.h echo '#undef ELISPDIR' >> local.h echo "#define ELISPDIR \"$PREFIX/share/emacs/site-lisp\"" >> local.h +echo '#define CFLAGS "-O2 -fno-strength-reduce"' >>local.h mv Makefile Makefile.orig sed -e 's/^[ ]*$/\ |