pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/netpbm Don't play games with the featureset m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52ba65eb30ce
branches: trunk
changeset: 474648:52ba65eb30ce
user: fredb <fredb%pkgsrc.org@localhost>
date: Mon May 03 16:42:47 2004 +0000
description:
Don't play games with the featureset macros on NetBSD. This patch fixes the
build on NetBSD 2.0E/mac68k, also works fine on NetBSD 1.6.2_STABLE/i386.
diffstat:
graphics/netpbm/distinfo | 3 ++-
graphics/netpbm/patches/patch-af | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 1ab64b34532e -r 52ba65eb30ce graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo Mon May 03 16:34:39 2004 +0000
+++ b/graphics/netpbm/distinfo Mon May 03 16:42:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2004/04/29 08:02:39 adam Exp $
+$NetBSD: distinfo,v 1.21 2004/05/03 16:42:47 fredb Exp $
SHA1 (netpbm-10.18.12.tgz) = ba169ea2060e2f6fc46cfc87bc8e3256aec56f9e
Size (netpbm-10.18.12.tgz) = 2090624 bytes
@@ -7,3 +7,4 @@
SHA1 (patch-ac) = cd8bb4318828a9872cce2793635c4bc51272d199
SHA1 (patch-ad) = 0ca982f5ee83370b367025d5ddef74a984dc07fe
SHA1 (patch-ae) = 8a46f8c0b1c0efe57533dba55d18459135e796ea
+SHA1 (patch-af) = 838211acc8a49aac1f5badbad74a9711735558a4
diff -r 1ab64b34532e -r 52ba65eb30ce graphics/netpbm/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-af Mon May 03 16:42:47 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.7 2004/05/03 16:42:47 fredb Exp $
+
+--- pm_config.h.orig 2004-03-17 21:27:39.000000000 -0600
++++ pm_config.h
+@@ -69,7 +69,7 @@ typedef signed int int32n;
+
+ The problematic C libraries treat _XOPEN_SOURCE the same way.
+ */
+-#if defined(__OpenBSD__) || defined (__NetBSD__) || defined(__bsdi__) || defined(__APPLE__)
++#if defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__)
+ #define POSIX_IS_IMPLIED
+ #endif
+
Home |
Main Index |
Thread Index |
Old Index