diff options
Diffstat (limited to 'textproc/ispell/scripts/configure')
-rw-r--r-- | textproc/ispell/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index e467f423210a..b66bf783db06 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -12,7 +12,7 @@ if [ ! -f /usr/share/dict/words ]; then fi cd $WRKSRC || exit 1; -sed -e s:/usr/local:$PREFIX: <local.h.samp >local.h || exit 1; +sed -e s:/usr/local:$PREFIX: <local.h.bsd >local.h || exit 1; echo "#undef NO8BIT" >> local.h if [ ! -z "ISPELL_INCLAMERICAN" ] && \ |