1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/graphics/urt/files/patch-cnv__ppmtorle.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
307 B
C

--- cnv/ppmtorle.c.orig 1992-03-05 04:29:44.000000000 +0900
+++ cnv/ppmtorle.c 2012-10-16 01:05:15.000000000 +0900
@@ -37,6 +37,7 @@
#define NO_DECLARE_MALLOC /* ppm.h does it */
#include "rle.h"
#include <stdio.h>
+#include <string.h>
#include <ppm.h>
#define VPRINTF if (verbose || header) fprintf