freebsd-ports/archivers/gtar/files/patch-lib_prepargs_c
FUJISHIMA Satsuki 8155707f26 o update to 1.13.19.
o deinstall info properly.
o add WANT_STATIC flavor.

PR:		24502
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>,
		maintainer
2001-02-01 14:48:44 +00:00

16 lines
299 B
Plaintext

$FreeBSD$
--- lib/prepargs.c.orig Thu Nov 16 01:32:16 2000
+++ lib/prepargs.c Thu Nov 16 01:32:58 2000
@@ -23,6 +23,11 @@
#endif
#include "prepargs.h"
#include <sys/types.h>
+#if HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
#include <xalloc.h>
#include <ctype.h>