pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/enchant2 textproc/enchant2: Avoid detecting u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a259e72e7629
branches: trunk
changeset: 325641:a259e72e7629
user: nia <nia%pkgsrc.org@localhost>
date: Thu Nov 22 15:06:09 2018 +0000
description:
textproc/enchant2: Avoid detecting unsupported system dictionaries which
can cause conflicts with the PLIST, same as textproc/exchant.
diffstat:
textproc/enchant2/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 75af8fbb999d -r a259e72e7629 textproc/enchant2/Makefile
--- a/textproc/enchant2/Makefile Thu Nov 22 14:56:07 2018 +0000
+++ b/textproc/enchant2/Makefile Thu Nov 22 15:06:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/16 13:02:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/22 15:06:09 nia Exp $
#
DISTNAME= enchant-2.2.3
@@ -25,6 +25,12 @@
MAKE_DIRS+= ${PREFIX}/share/enchant
CONF_FILES= ${PREFIX}/share/examples/enchant.ordering ${PREFIX}/share/enchant/enchant.ordering
+# unsupported in pkgsrc - other dictionaries can be used instead
+# avoid PLIST problems
+CONFIGURE_ARGS+= --without-hspell
+CONFIGURE_ARGS+= --without-uspell
+CONFIGURE_ARGS+= --without-voikko
+
# XXX: needs unittest-cpp as a test dependency
#TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index