mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
- Add USES=localbase:ldflags - Re-generate patch files - Pacify portlint PR: 234187 Submitted by: pkubaj@anongoth.pl
10 lines
211 B
C
10 lines
211 B
C
--- src/pngoutput.c.orig 2003-12-08 17:33:27 UTC
|
|
+++ src/pngoutput.c
|
|
@@ -27,6 +27,7 @@
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
#include <png.h>
|
|
+#include <zlib.h>
|
|
#include "pngoutput.h"
|
|
|
|
struct pngoutput_s
|