summaryrefslogtreecommitdiff
path: root/graphics/rayshade
diff options
context:
space:
mode:
authorjoerg <joerg>2015-01-09 14:29:52 +0000
committerjoerg <joerg>2015-01-09 14:29:52 +0000
commit65052b4ad7e4b2eeb77ea115204785714f01d761 (patch)
treea8466028d58c26a6ae49db504b00a837a47a2885 /graphics/rayshade
parent9c6aa05c499fd6811610e54e07c18c978f43b5fc (diff)
downloadpkgsrc-65052b4ad7e4b2eeb77ea115204785714f01d761.tar.gz
Don't depend on parser skeleton to include stdlib.h.
Diffstat (limited to 'graphics/rayshade')
-rw-r--r--graphics/rayshade/distinfo4
-rw-r--r--graphics/rayshade/patches/patch-am6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/rayshade/distinfo b/graphics/rayshade/distinfo
index e9172b83b84..2673a4a6f32 100644
--- a/graphics/rayshade/distinfo
+++ b/graphics/rayshade/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2012/12/25 21:08:40 joerg Exp $
+$NetBSD: distinfo,v 1.9 2015/01/09 14:29:52 joerg Exp $
SHA1 (rayshade.4.0.6.tar.Z) = 5fd1ce05e7ba3bc8e8b337c212eccb6b53b5b4ca
RMD160 (rayshade.4.0.6.tar.Z) = a19bf35aa3f66de9ce406a1a98cf7edbde60f356
@@ -15,7 +15,7 @@ SHA1 (patch-ai) = 67086eacd9cac8acc7729129017279c0f3db0bf6
SHA1 (patch-aj) = c19ca9c4dfe789d9d48605f3ae08fa654a82db08
SHA1 (patch-ak) = b9237a9dcf2d4f8aacef5c50d83ac41ca3876d77
SHA1 (patch-al) = bd5931faab8c2544323d89d6102f0d04baaee2e6
-SHA1 (patch-am) = 02102a8f4909db017c008e6998177b51f5bcf684
+SHA1 (patch-am) = 5b294ef62ae7aff6556c1acbdcb6b7db61bb91a6
SHA1 (patch-an) = 0f1fc819052fc05097d278108934582f8e35a236
SHA1 (patch-ao) = a4357564a150836dc9080519f36c81ccc049d981
SHA1 (patch-ap) = 28ab76ad7b65d53bf190a944969b95f0915f6098
diff --git a/graphics/rayshade/patches/patch-am b/graphics/rayshade/patches/patch-am
index 2f00a5f29ca..ace7429c953 100644
--- a/graphics/rayshade/patches/patch-am
+++ b/graphics/rayshade/patches/patch-am
@@ -1,11 +1,11 @@
-$NetBSD: patch-am,v 1.1 2008/09/01 06:57:58 dholland Exp $
+$NetBSD: patch-am,v 1.2 2015/01/09 14:29:52 joerg Exp $
--- etc/rsconvert/yacc.y~ 1992-02-09 22:04:17.000000000 -0500
+++ etc/rsconvert/yacc.y 2008-09-01 02:15:45.000000000 -0400
-@@ -15,5 +15,6 @@
+@@ -15,4 +15,6 @@
%{
#include <stdio.h>
++#include <stdlib.h>
+#include <string.h>
#include "libcommon/common.h"
- #define NEWLINE() WriteNewline()