summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-02 16:04:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-02 16:04:13 +0000
commitbe8365b84372ee0ede290cf6789be2f2cb481dca (patch)
treeba7ed2844de0b396231689099fd40668325a7342 /graphics
parent138131ee272acd48ba37148ab8bf9ae5135c65d0 (diff)
downloadpkgsrc-be8365b84372ee0ede290cf6789be2f2cb481dca.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"