summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-02 16:04:13 +0000
committerjoerg <joerg>2006-02-02 16:04:13 +0000
commit8bd903f8127b61fcd8b8c232b0f835f7505c2614 (patch)
treeba7ed2844de0b396231689099fd40668325a7342 /graphics
parent8b44f88f5e57738d363fdde140fd8ed2e7eb08b1 (diff)
downloadpkgsrc-8bd903f8127b61fcd8b8c232b0f835f7505c2614.tar.gz
Fix compilation on DragonFly by reordering includes.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/patches/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad
new file mode 100644
index 00000000000..5d3c67f836c
--- /dev/null
+++ b/graphics/netpbm/patches/patch-ad
@@ -0,0 +1,20 @@
+$NetBSD: patch-ad,v 1.20 2006/02/02 16:04:13 joerg Exp $
+
+--- converter/ppm/ppmtompeg/parallel.c.orig 2006-02-02 15:52:14.000000000 +0000
++++ converter/ppm/ppmtompeg/parallel.c
+@@ -27,6 +27,7 @@
+ */
+
+
++#include <sys/types.h>
+ #include <stdarg.h>
+ #include <time.h>
+ #include <unistd.h>
+@@ -36,7 +37,6 @@
+ #include <signal.h>
+ #include <netdb.h>
+ #include <assert.h>
+-#include <sys/types.h>
+ #include <sys/times.h>
+
+ #include "mallocvar.h"