pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hunspell



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jan  4 14:46:26 UTC 2021

Modified Files:
        pkgsrc/textproc/hunspell: Makefile

Log Message:
hunspell: Fix locally modified errors in pre-configure stage


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/hunspell/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hunspell/Makefile
diff -u pkgsrc/textproc/hunspell/Makefile:1.33 pkgsrc/textproc/hunspell/Makefile:1.34
--- pkgsrc/textproc/hunspell/Makefile:1.33      Mon Aug 31 18:11:42 2020
+++ pkgsrc/textproc/hunspell/Makefile   Mon Jan  4 14:46:26 2021
@@ -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 @@ PLIST_SUBST+=         DISTNAME=${DISTNAME}
 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