pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/netpbm/patches Fix compilation on DragonFly b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9774b8c8e9b
branches: trunk
changeset: 507459:c9774b8c8e9b
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Feb 02 16:04:13 2006 +0000
description:
Fix compilation on DragonFly by reordering includes.
diffstat:
graphics/netpbm/patches/patch-ad | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r ca577343b674 -r c9774b8c8e9b graphics/netpbm/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-ad Thu Feb 02 16:04:13 2006 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index