freebsd-ports/graphics/urt/files/patch-cnv__rletotiff.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
268 B
C

--- cnv/rletotiff.c.orig 1992-04-30 23:01:10.000000000 +0900
+++ cnv/rletotiff.c 2012-10-15 22:53:31.000000000 +0900
@@ -48,7 +48,7 @@
static unsigned short compression = COMPRESSION_LZW;
static int flip = 0;
-void
+int
main(argc, argv)
int argc;
char *argv[];