mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
1c650c30bc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
444 B
Text
15 lines
444 B
Text
$NetBSD: patch-ad,v 1.2 2005/10/23 20:02:57 rillig Exp $
|
|
|
|
--- png.c.orig 2005-02-28 00:42:39.000000000 +0000
|
|
+++ png.c 2005-09-18 04:22:14.076313248 +0000
|
|
@@ -3,6 +3,10 @@
|
|
* Glenn Randers-Pehrson et al. Any bugs are my fault. -- smar@reptiles.org
|
|
*/
|
|
|
|
+#if defined(linux)
|
|
+/* hack from gentoo to avoid a parse error on GLIBC /usr/include/string.h */
|
|
+#undef _BSD_SOURCE
|
|
+#endif
|
|
#include "xli.h"
|
|
#include "imagetypes.h"
|
|
#include "pbm.h"
|