View | Details | Raw Unified | Return to bug 103790
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 11-16 Link Here
11
CATEGORIES=	irc ipv6
11
CATEGORIES=	irc ipv6
12
MASTER_SITES=	ftp://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \
12
MASTER_SITES=	ftp://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \
13
		http://www.tcbug.org/
13
		http://www.tcbug.org/
14
14
MAINTAINER=	josh@tcbug.org
15
MAINTAINER=	josh@tcbug.org
15
COMMENT=	The (E)nhanced (P)rogrammable (I)RC-II (C)lient
16
COMMENT=	The (E)nhanced (P)rogrammable (I)RC-II (C)lient
16
17
(-)files/patch-include_compat.h (+12 lines)
Added Link Here
1
--- include/compat.h.orig	Thu Oct 13 02:49:44 2005
2
+++ include/compat.h	Fri Sep 29 00:22:25 2006
3
@@ -62,6 +62,9 @@
4
 
5
 #define HN_GETSCALE             0x10
6
 #define HN_AUTOSCALE            0x20
7
+
8
+#ifndef __FreeBSD__
9
 int	humanize_number (char *, size_t, long, const char *, int, int);
10
+#endif
11
 
12
 #endif

Return to bug 103790