diff options
author | wiz <wiz> | 2014-08-25 08:23:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-25 08:23:22 +0000 |
commit | 8c99cc60e531c0dab1949ef86e9360f6310bcd94 (patch) | |
tree | e95e2adef4ed3589dee19f70d9894df70ea41952 /graphics/netpbm/patches/patch-ad | |
parent | 0a547f13676b2d2c862cf04e74997997801a58de (diff) | |
download | pkgsrc-8c99cc60e531c0dab1949ef86e9360f6310bcd94.tar.gz |
Remove two patches/chunks for ancient problems.
Update patch status for the ones that are in upstream releases/will be
included soon.
Diffstat (limited to 'graphics/netpbm/patches/patch-ad')
-rw-r--r-- | graphics/netpbm/patches/patch-ad | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/graphics/netpbm/patches/patch-ad b/graphics/netpbm/patches/patch-ad index a8629231b8f..98ebbbf5099 100644 --- a/graphics/netpbm/patches/patch-ad +++ b/graphics/netpbm/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.21 2014/07/17 15:52:26 ryoon Exp $ +$NetBSD: patch-ad,v 1.22 2014/08/25 08:23:22 wiz Exp $ --- converter/ppm/ppmtompeg/parallel.c.orig 2006-08-19 03:12:28.000000000 +0000 +++ converter/ppm/ppmtompeg/parallel.c @@ -13,19 +13,3 @@ $NetBSD: patch-ad,v 1.21 2014/07/17 15:52:26 ryoon Exp $ /* _ALL_SOURCE is needed on AIX to make the C library include the socket services (e.g. define struct sockaddr) -@@ -27,6 +30,7 @@ - */ - - -+#include <sys/types.h> - #include <stdarg.h> - #include <time.h> - #include <unistd.h> -@@ -36,7 +40,6 @@ - #include <signal.h> - #include <netdb.h> - #include <assert.h> --#include <sys/types.h> - #include <sys/times.h> - - #include "mallocvar.h" |