Files
pkgsrc-ng/graphics/netpbm/patches/patch-ae
T
2013-09-26 17:14:40 +02:00

13 lines
419 B
Plaintext

$NetBSD: patch-ae,v 1.10 2005/01/18 14:16:20 adam Exp $
--- generator/pbmtextps.c.orig 2003-10-08 02:39:27.000000000 +0000
+++ generator/pbmtextps.c
@@ -15,7 +15,6 @@
* Additions by Bryan Henderson contributed to public domain by author.
*
*/
-#define _XOPEN_SOURCE /* Make sure popen() is in stdio.h */
#define _BSD_SOURCE /* Make sure stdrup() is in string.h */
#include <stdio.h>
#include <stdlib.h>