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

10 lines
278 B
C

--- tools/rleskel.c.orig 1992-01-24 05:45:50.000000000 +0900
+++ tools/rleskel.c 2012-10-15 23:00:23.000000000 +0900
@@ -51,6 +51,7 @@
* Repeatedly read from the input until the file EOF or an
* error is encountered.
*/
+int
main( argc, argv )
int argc;
char **argv;