diff options
author | tron <tron@pkgsrc.org> | 2013-03-30 22:28:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-03-30 22:28:55 +0000 |
commit | ee2507772d88fc1ead78448909843a71def5cdbb (patch) | |
tree | 02b4635c0c2cdd8375a9db438646bc06e1371a59 /net | |
parent | 01226f9a99a39901e862c13e10ebb10b3be96c9c (diff) | |
download | pkgsrc-ee2507772d88fc1ead78448909843a71def5cdbb.tar.gz |
Fix build under Solaris (10 i86pc with GCC 4.5).
Diffstat (limited to 'net')
-rw-r--r-- | net/iftop/distinfo | 3 | ||||
-rw-r--r-- | net/iftop/patches/patch-dlcommon.h | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/iftop/distinfo b/net/iftop/distinfo index e2305396c52..6c1806151d3 100644 --- a/net/iftop/distinfo +++ b/net/iftop/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2009/07/07 21:20:37 joerg Exp $ +$NetBSD: distinfo,v 1.5 2013/03/30 22:28:55 tron Exp $ SHA1 (iftop-0.17.tar.gz) = 75ce6afc8c0bf851278b0a15e66f523af90cfda9 RMD160 (iftop-0.17.tar.gz) = 0111fdd3d2ba068acd41d9279c987d6699840736 Size (iftop-0.17.tar.gz) = 160381 bytes SHA1 (patch-aa) = 1c0c12967ba01d18f2826f874a8f5a076d88c31b +SHA1 (patch-dlcommon.h) = 787296f9d337a6b6a5ef080452cd14a3580a5fc3 diff --git a/net/iftop/patches/patch-dlcommon.h b/net/iftop/patches/patch-dlcommon.h new file mode 100644 index 00000000000..ac68294512f --- /dev/null +++ b/net/iftop/patches/patch-dlcommon.h @@ -0,0 +1,13 @@ +$NetBSD: patch-dlcommon.h,v 1.1 2013/03/30 22:28:55 tron Exp $ + +Fix build problem under Solaris. + +--- dlcommon.h.orig Sat Jun 7 00:42:34 2003 ++++ dlcommon.h Sat Mar 30 23:23:44 2013 +@@ -32,6 +32,5 @@ + /* + * externs go here + */ +-extern void sigalrm(); + + #endif /* !DLCOMMON_H */ |