openbsd-ports/graphics/netpbm/patches/patch-converter_ppm_ppmtompeg_parallel_c
naddy bf83427c09 Update to 10.35.75. This jumps to the latest "super stable" branch
and adds pamx, a minimal X11 viewer for files in the various netpbm
formats.
2010-07-02 02:54:59 +00:00

13 lines
544 B
Plaintext

$OpenBSD: patch-converter_ppm_ppmtompeg_parallel_c,v 1.1 2010/07/02 02:54:59 naddy Exp $
--- converter/ppm/ppmtompeg/parallel.c.orig Wed Jun 30 05:58:21 2010
+++ converter/ppm/ppmtompeg/parallel.c Wed Jun 30 05:58:48 2010
@@ -12,7 +12,7 @@
* HEADER FILES *
*==============*/
-#define _XOPEN_SOURCE 500 /* Make sure stdio.h contains pclose() */
+/*#define _XOPEN_SOURCE 500*/ /* Make sure stdio.h contains pclose() */
/* _ALL_SOURCE is needed on AIX to make the C library include the
socket services (e.g. define struct sockaddr)