pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hunspell hunspell: Fix locally modified error...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a76f6ff99e7c
branches:  trunk
changeset: 444296:a76f6ff99e7c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jan 04 14:46:26 2021 +0000

description:
hunspell: Fix locally modified errors in pre-configure stage

diffstat:

 textproc/hunspell/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9fd891a6d69a -r a76f6ff99e7c textproc/hunspell/Makefile
--- a/textproc/hunspell/Makefile        Mon Jan 04 14:39:23 2021 +0000
+++ b/textproc/hunspell/Makefile        Mon Jan 04 14:46:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/08/31 18:11:42 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2021/01/04 14:46:26 ryoon Exp $
 
 DISTNAME=      hunspell-1.7.0
 PKGREVISION=   3
@@ -35,7 +35,7 @@
 REPLACE_PERL=  src/tools/ispellaff2myspell
 
 post-patch:
-       cd ${WRKSRC} && ${TOOLS_PATH.autoreconf} -v -i
+       cd ${WRKSRC} && ${TOOLS_PATH.autoreconf} -v -i --force
        
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index