freebsd-ports/graphics/urt/files/patch-cnv__rlesplice.c
Marcelo Araujo 94e79576fb - Fix build with clang.
- Add MAKE_JOBS_SAFE.
- Trim header.
- Convert to optionsNG.

PR:		ports/172717
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:31:56 +00:00

19 lines
370 B
C

--- cnv/rletoascii.c.orig 1992-01-21 02:29:09.000000000 +0900
+++ cnv/rletoascii.c 2012-10-16 00:21:43.000000000 +0900
@@ -21,6 +21,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "rle.h"
typedef FILE *FILPTR;
@@ -59,7 +60,7 @@
*/
static char default_asciistr[] = "@BR*#$PX0woIcv:+!~\"., ";
-void
+int
main(argc, argv)
int argc;
char *argv[];