freebsd-ports/graphics/urt/files/patch-cnv__rletotarga.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

11 lines
279 B
C

--- cnv/rletotarga.c.orig 1992-01-22 04:37:07.000000000 +0900
+++ cnv/rletotarga.c 2012-10-15 22:47:54.000000000 +0900
@@ -62,7 +62,7 @@
image_descriptor; /* Image Descriptor Byte */
};
-void
+int
main(argc,argv)
int argc;
char *argv[];