diff options
Diffstat (limited to 'graphics/netpbm/files/patch-cl')
-rw-r--r-- | graphics/netpbm/files/patch-cl | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/graphics/netpbm/files/patch-cl b/graphics/netpbm/files/patch-cl index 8d1ca1348963..831d934d3348 100644 --- a/graphics/netpbm/files/patch-cl +++ b/graphics/netpbm/files/patch-cl @@ -1,5 +1,5 @@ --- ppm/ppmtompeg/parallel.c.orig Sat Jul 1 16:51:53 2000 -+++ ppm/ppmtompeg/parallel.c Fri Dec 8 00:00:00 2000 ++++ ppm/ppmtompeg/parallel.c Sat Jan 13 00:00:00 2001 @@ -70,9 +70,6 @@ * */ @@ -10,3 +10,19 @@ /* On SunOS 5.6, netinet/in.h, via sys/vnode.h uses non-POSIX typedefs, but when _POSIX_SOURCE is defined, it doesn't cause those typedefs to be defined. In later releases, this is fixed. If we +@@ -97,7 +94,6 @@ + #include <string.h> + #include <signal.h> + #include "all.h" +-#include "param.h" + #include "mpeg.h" + #include "prototypes.h" + #include "parallel.h" +@@ -105,6 +101,7 @@ + #include "fsize.h" + #include "combine.h" + #include "frames.h" ++#include "param.h" + + + #define MAX_IO_SERVERS 10 |