pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/flodo Add missing includes to make this pkg build ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/73c8b3007355
branches: trunk
changeset: 481659:73c8b3007355
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Oct 09 16:15:07 2004 +0000
description:
Add missing includes to make this pkg build on NetBSD 1.6.2.
diffstat:
net/flodo/distinfo | 3 ++-
net/flodo/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 46d9a419244e -r 73c8b3007355 net/flodo/distinfo
--- a/net/flodo/distinfo Sat Oct 09 16:04:12 2004 +0000
+++ b/net/flodo/distinfo Sat Oct 09 16:15:07 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/09/30 00:13:53 mrg Exp $
+$NetBSD: distinfo,v 1.2 2004/10/09 16:15:07 kristerw Exp $
SHA1 (flodo-v3.tar.bz2) = 84b8ee60bc01ab982b9b9373058583a3dabbd7a0
Size (flodo-v3.tar.bz2) = 5742 bytes
+SHA1 (patch-aa) = 94e1ed1bfc311c5d761182df2e085afdc4ca5c9c
diff -r 46d9a419244e -r 73c8b3007355 net/flodo/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/flodo/patches/patch-aa Sat Oct 09 16:15:07 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/10/09 16:15:07 kristerw Exp $
+
+--- flodo.c.orig Sat Oct 9 18:05:45 2004
++++ flodo.c Sat Oct 9 18:05:59 2004
+@@ -59,6 +59,8 @@
+ #include <netinet/tcp.h>
+ #include <netinet/udp.h>
+ #if defined(__NetBSD__)
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <net/if.h>
+ #include <net/if_ether.h>
+ #endif
Home |
Main Index |
Thread Index |
Old Index