openbsd-ports/mail/metamail/patches/patch-src_richmail_richlex_c
sthen cedf61320a use WRKSRC not WRKDIST and regen patches
no need for groff
regen plist
use SUBST_CMD rather than handrolled %%SYSCONFDIR%% subst
2012-03-17 10:57:23 +00:00

12 lines
313 B
Plaintext

$OpenBSD: patch-src_richmail_richlex_c,v 1.1 2012/03/17 10:57:23 sthen Exp $
--- src/richmail/richlex.c.orig Thu Feb 3 02:29:37 1994
+++ src/richmail/richlex.c Sat Mar 17 10:51:52 2012
@@ -43,6 +43,7 @@
#include <stdio.h>
#include <ctype.h>
+#include <string.h>
#include "richlex.h"
#include "richset.h"