Sat Mar 30 22:28:55 2013 UTC ()
Fix build under Solaris (10 i86pc with GCC 4.5).


(tron)
diff -r1.4 -r1.5 pkgsrc/net/iftop/distinfo
diff -r0 -r1.1 pkgsrc/net/iftop/patches/patch-dlcommon.h

cvs diff -r1.4 -r1.5 pkgsrc/net/iftop/distinfo (expand / switch to unified diff)

--- pkgsrc/net/iftop/distinfo 2009/07/07 21:20:37 1.4
+++ pkgsrc/net/iftop/distinfo 2013/03/30 22:28:55 1.5
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.4 2009/07/07 21:20:37 joerg Exp $ 1$NetBSD: distinfo,v 1.5 2013/03/30 22:28:55 tron Exp $
2 2
3SHA1 (iftop-0.17.tar.gz) = 75ce6afc8c0bf851278b0a15e66f523af90cfda9 3SHA1 (iftop-0.17.tar.gz) = 75ce6afc8c0bf851278b0a15e66f523af90cfda9
4RMD160 (iftop-0.17.tar.gz) = 0111fdd3d2ba068acd41d9279c987d6699840736 4RMD160 (iftop-0.17.tar.gz) = 0111fdd3d2ba068acd41d9279c987d6699840736
5Size (iftop-0.17.tar.gz) = 160381 bytes 5Size (iftop-0.17.tar.gz) = 160381 bytes
6SHA1 (patch-aa) = 1c0c12967ba01d18f2826f874a8f5a076d88c31b 6SHA1 (patch-aa) = 1c0c12967ba01d18f2826f874a8f5a076d88c31b
 7SHA1 (patch-dlcommon.h) = 787296f9d337a6b6a5ef080452cd14a3580a5fc3

File Added: pkgsrc/net/iftop/patches/patch-dlcommon.h
$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 */