summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-02-04 12:23:55 +0000
committermarkd <markd@pkgsrc.org>2006-02-04 12:23:55 +0000
commitaf46f24af186e244ef8214164a380e9b40220e23 (patch)
treeb5afa2cca3bff4e90fb4322901fb8ef7ed6feeed /graphics/netpbm
parent54c9acf28e3a7028557b7d8d496ce8836e877e6b (diff)
downloadpkgsrc-af46f24af186e244ef8214164a380e9b40220e23.tar.gz
Fix build on Solaris.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/distinfo4
-rw-r--r--graphics/netpbm/patches/patch-ah14
2 files changed, 13 insertions, 5 deletions
diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo
index 095819af9ce..9d64f2176d2 100644
--- a/graphics/netpbm/distinfo
+++ b/graphics/netpbm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.48 2006/02/02 17:01:17 joerg Exp $
+$NetBSD: distinfo,v 1.49 2006/02/04 12:23:55 markd Exp $
SHA1 (netpbm-10.31.tgz) = c85d5c439e2bb81a5c5f7a5ab1068391c553caaa
RMD160 (netpbm-10.31.tgz) = abeb8b44ce3496f7b4127ca6e1a89bd11e5ef2bb
@@ -10,4 +10,4 @@ SHA1 (patch-ad) = b4a5833e18afd5a991aad897674386a3f00c3ee1
SHA1 (patch-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1
SHA1 (patch-af) = 82e366af1c8b644cf374706c2eb113c370447de9
SHA1 (patch-ag) = f291e9b45313c01b6aeeb2fc62cd9498e13baf72
-SHA1 (patch-ah) = 638f2f48fc073011c8d436b38a274df6e8b31238
+SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26
diff --git a/graphics/netpbm/patches/patch-ah b/graphics/netpbm/patches/patch-ah
index 83b599fea6a..7247749994c 100644
--- a/graphics/netpbm/patches/patch-ah
+++ b/graphics/netpbm/patches/patch-ah
@@ -1,8 +1,16 @@
-$NetBSD: patch-ah,v 1.9 2006/01/16 15:17:02 adam Exp $
+$NetBSD: patch-ah,v 1.10 2006/02/04 12:23:55 markd Exp $
---- converter/other/cameratopam/camera.c.orig 2005-12-03 19:06:50.000000000 +0100
+--- converter/other/cameratopam/camera.c.orig 2005-12-04 07:06:50.000000000 +1300
+++ converter/other/cameratopam/camera.c
-@@ -25,6 +25,10 @@
+@@ -2,6 +2,7 @@
+ /* Make sure strcasecmp is in string.h */
+ #define _XOPEN_SOURCE
+ /* Make sure putenv is in stdlib.h */
++#define __EXTENSIONS__
+
+ #include <stdlib.h>
+ #include <string.h>
+@@ -25,6 +26,10 @@
#include "camera.h"