pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/howl #if -> #ifdef, fix Sun Studio 64bit build. P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f354d6fd8072
branches: trunk
changeset: 554797:f354d6fd8072
user: sketch <sketch%pkgsrc.org@localhost>
date: Sat Feb 21 00:39:45 2009 +0000
description:
#if -> #ifdef, fix Sun Studio 64bit build. PR#35559.
diffstat:
net/howl/distinfo | 3 ++-
net/howl/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r bb26d64d86fe -r f354d6fd8072 net/howl/distinfo
--- a/net/howl/distinfo Sat Feb 21 00:06:52 2009 +0000
+++ b/net/howl/distinfo Sat Feb 21 00:39:45 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2006/01/01 18:27:53 tron Exp $
+$NetBSD: distinfo,v 1.8 2009/02/21 00:39:45 sketch Exp $
SHA1 (howl-1.0.0.tar.gz) = 0592b72e8d2fac24e737cf3455969a95c6505e24
RMD160 (howl-1.0.0.tar.gz) = f8eb6633d9edbb62038795ea66dcbf9dca4cffc1
Size (howl-1.0.0.tar.gz) = 542782 bytes
SHA1 (patch-aa) = 1766b2457f52a81f649e8b22c453a55342846a27
+SHA1 (patch-ab) = 83b869463d34261374d32f12fbfe5f70021e5f8d
diff -r bb26d64d86fe -r f354d6fd8072 net/howl/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/howl/patches/patch-ab Sat Feb 21 00:39:45 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2009/02/21 00:39:45 sketch Exp $
+
+--- src/lib/mDNSResponder/mDNSClientAPI.h.orig Sat Feb 21 00:36:59 2009
++++ src/lib/mDNSResponder/mDNSClientAPI.h Sat Feb 21 00:37:28 2009
+@@ -526,7 +526,7 @@
+ typedef unsigned char mDNSu8;
+ typedef signed short mDNSs16;
+ typedef unsigned short mDNSu16;
+-#if _LP64
++#ifdef _LP64
+ typedef signed int mDNSs32;
+ typedef unsigned int mDNSu32;
+ #else
Home |
Main Index |
Thread Index |
Old Index