pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Fix build on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6389a72f6f51
branches:  trunk
changeset: 507554:6389a72f6f51
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Feb 04 12:23:55 2006 +0000

description:
Fix build on Solaris.

diffstat:

 graphics/netpbm/distinfo         |   4 ++--
 graphics/netpbm/patches/patch-ah |  14 +++++++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 1a36243bef03 -r 6389a72f6f51 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Sat Feb 04 12:05:50 2006 +0000
+++ b/graphics/netpbm/distinfo  Sat Feb 04 12:23:55 2006 +0000
@@ -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-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1
 SHA1 (patch-af) = 82e366af1c8b644cf374706c2eb113c370447de9
 SHA1 (patch-ag) = f291e9b45313c01b6aeeb2fc62cd9498e13baf72
-SHA1 (patch-ah) = 638f2f48fc073011c8d436b38a274df6e8b31238
+SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26
diff -r 1a36243bef03 -r 6389a72f6f51 graphics/netpbm/patches/patch-ah
--- a/graphics/netpbm/patches/patch-ah  Sat Feb 04 12:05:50 2006 +0000
+++ b/graphics/netpbm/patches/patch-ah  Sat Feb 04 12:23:55 2006 +0000
@@ -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"
  



Home | Main Index | Thread Index | Old Index