abiword only ships with 32bit dictionary versions and they won't fix this.
furthermore, external ispell dictionaries cannot be used since the included ispell support has MAXSTRINCHARS defined to 128 when ispell switched to 512 5 years ago, which means they're not compatible. therefore do not install bundled dictionaries and bump MAXSTRINGCHARS so external dictionaries can be used. bad abiword!
This commit is contained in:
parent
4bcfe43cfc
commit
bc769d0a9e
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2005/10/14 16:55:23 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2005/10/19 22:24:11 fgsch Exp $
|
||||
|
||||
COMMENT= "free cross-platform WYSIWYG word processor"
|
||||
|
||||
VERSION= 2.4.1
|
||||
MAJORVER= ${VERSION:C/..$//}
|
||||
DISTNAME= abiword-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.abisource.com/
|
||||
@ -36,7 +37,7 @@ USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-gucharmap --disable-enchant --without-pspell
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DMAXSTRINGCHARS=512" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
FLAVORS= gnome
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2005/10/07 15:42:06 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2005/10/19 22:24:12 fgsch Exp $
|
||||
bin/AbiWord-${MAJORVER}
|
||||
bin/abiword
|
||||
bin/ttfadmin.sh
|
||||
@ -208,7 +208,7 @@ share/AbiSuite-${MAJORVER}/clipart/tux_bordelais.png
|
||||
share/AbiSuite-${MAJORVER}/clipart/weather.png
|
||||
share/AbiSuite-${MAJORVER}/clipart/write.png
|
||||
share/AbiSuite-${MAJORVER}/dictionary/
|
||||
share/AbiSuite-${MAJORVER}/dictionary/american.hash
|
||||
@comment share/AbiSuite-${MAJORVER}/dictionary/american.hash
|
||||
share/AbiSuite-${MAJORVER}/dictionary/ispell_dictionary_list.xml
|
||||
share/AbiSuite-${MAJORVER}/icons/
|
||||
share/AbiSuite-${MAJORVER}/icons/abiword_16.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user