pkgsrc/textproc/ispell-base/patches/patch-ah
agc b47dc045a0 Initial import of new format of ispell package, the interactive
spelling checker.  The new format allows multiple language
dictionaries to be installed at the same time, and uses pkgsrc
dependencies, rather then overloading the base package.

This is the base package (which also installs the default American
English directories).
2001-03-14 12:10:22 +00:00

11 lines
239 B
Text

$NetBSD: patch-ah,v 1.1.1.1 2001/03/14 12:10:22 agc Exp $
--- unsq.c.orig Mon Oct 26 23:28:34 1998
+++ unsq.c Mon Oct 26 23:29:08 1998
@@ -49,6 +49,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "msgs.h"
#ifdef __STDC__