1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/graphics/urt/files/patch-cnv__graytorle.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
249 B
C

--- cnv/graytorle.c.orig 1993-04-21 23:42:40.000000000 +0900
+++ cnv/graytorle.c 2012-10-15 22:31:19.000000000 +0900
@@ -39,7 +39,7 @@
* -a Uses first input file as alpha channel.
*/
-void
+int
main(argc, argv)
int argc;
char *argv[];