pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libnet Fix build with gcc3, reported by Soren Ja...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1e531295f72
branches:  trunk
changeset: 461507:a1e531295f72
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 16 23:46:55 2003 +0000

description:
Fix build with gcc3, reported by Soren Jacobsen PR pkg/22822.

diffstat:

 devel/libnet/distinfo         |   3 ++-
 devel/libnet/patches/patch-ab |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 1cd13e560e34 -r a1e531295f72 devel/libnet/distinfo
--- a/devel/libnet/distinfo     Tue Sep 16 23:22:03 2003 +0000
+++ b/devel/libnet/distinfo     Tue Sep 16 23:46:55 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:28 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/09/16 23:46:55 xtraeme Exp $
 
 SHA1 (libnet-1.0.1b.tar.gz) = 799d14bbc6ec909fb5fc9d7ac5183224f6c84ef5
 Size (libnet-1.0.1b.tar.gz) = 233325 bytes
 SHA1 (patch-aa) = 876755183045f277dd7c113cf1e8c591063058af
+SHA1 (patch-ab) = 2bb117012b2a7e775b358e4dad6ae67757f5eb1f
diff -r 1cd13e560e34 -r a1e531295f72 devel/libnet/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libnet/patches/patch-ab     Tue Sep 16 23:46:55 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2003/09/16 23:46:56 xtraeme Exp $
+
+--- include/libnet.h.orig      2000-04-07 10:45:29.000000000 -0700
++++ include/libnet.h   2003-09-16 09:32:48.000000000 -0700
+@@ -84,8 +84,8 @@
+ #define LIBNET_VERSION  "1.0.1b"
+ 
+ #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
+-#error "byte order has not been specified, you'll
+-need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the
++#error "byte order has not been specified, you'll \
++need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN.  See the \
+ documentation regarding the libnet-config script."
+ #endif



Home | Main Index | Thread Index | Old Index