summaryrefslogtreecommitdiff
path: root/net/iftop/patches/patch-dlcommon.h
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-03-30 22:28:55 +0000
committertron <tron@pkgsrc.org>2013-03-30 22:28:55 +0000
commitee2507772d88fc1ead78448909843a71def5cdbb (patch)
tree02b4635c0c2cdd8375a9db438646bc06e1371a59 /net/iftop/patches/patch-dlcommon.h
parent01226f9a99a39901e862c13e10ebb10b3be96c9c (diff)
downloadpkgsrc-ee2507772d88fc1ead78448909843a71def5cdbb.tar.gz
Fix build under Solaris (10 i86pc with GCC 4.5).
Diffstat (limited to 'net/iftop/patches/patch-dlcommon.h')
-rw-r--r--net/iftop/patches/patch-dlcommon.h13
1 files changed, 13 insertions, 0 deletions
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 */