1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/urt/files/patch-cnv__cubitorle.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

12 lines
264 B
C

--- cnv/cubitorle.c.orig 1992-01-29 02:51:35.000000000 +0900
+++ cnv/cubitorle.c 2012-10-15 22:27:30.000000000 +0900
@@ -31,7 +31,7 @@
void read_cubi_hdr(), read_cubi_row(), read_cubi_chan(), bit_read();
-void
+int
main(argc, argv)
int argc;
char *argv[];