summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-10 17:19:00 +0000
committerjlam <jlam@pkgsrc.org>2006-05-10 17:19:00 +0000
commit8e57697238c46106dc4bdd78757e9cbfa5a56307 (patch)
tree563f7571016c8e963f54dc8a5304fbdf59f73c50 /graphics/netpbm/patches
parent4e9a37dc5fe6aa887a626d8cd92302e375f0b4a9 (diff)
downloadpkgsrc-8e57697238c46106dc4bdd78757e9cbfa5a56307.tar.gz
On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first.
Diffstat (limited to 'graphics/netpbm/patches')
-rw-r--r--graphics/netpbm/patches/patch-ca12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ca b/graphics/netpbm/patches/patch-ca
new file mode 100644
index 00000000000..88feddc8d97
--- /dev/null
+++ b/graphics/netpbm/patches/patch-ca
@@ -0,0 +1,12 @@
+$NetBSD: patch-ca,v 1.1 2006/05/10 17:19:00 jlam Exp $
+
+--- converter/other/rlatopam.c.orig 2006-01-08 00:02:13.000000000 -0500
++++ converter/other/rlatopam.c
+@@ -13,6 +13,7 @@
+ **/
+
+
++#include <sys/types.h>
+ #include <netinet/in.h> /* For ntohs, htons */
+ #include <string.h>
+ #include <errno.h>