summaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-10-02 23:23:14 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-10-02 23:23:14 +0000
commit8f1866f1999cb0efc887ee97d231a4299be12018 (patch)
tree1689f6ec4729f63ffd74ec955a9e51210a9c4634 /irc/epic5
parent- Update to 0.94 (diff)
Fix build when WITH_PERL is defined.
PR: ports/103790 Submitted by: shaun (me) Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
Notes
Notes: svn path=/head/; revision=174337
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile1
-rw-r--r--irc/epic5/files/patch-include_compat.h12
2 files changed, 13 insertions, 0 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index b21aeb2526ad..fad1bd3168dc 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -11,6 +11,7 @@ PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \
http://www.tcbug.org/
+
MAINTAINER= josh@tcbug.org
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
diff --git a/irc/epic5/files/patch-include_compat.h b/irc/epic5/files/patch-include_compat.h
new file mode 100644
index 000000000000..bde9c286f548
--- /dev/null
+++ b/irc/epic5/files/patch-include_compat.h
@@ -0,0 +1,12 @@
+--- include/compat.h.orig Thu Oct 13 02:49:44 2005
++++ include/compat.h Fri Sep 29 00:22:25 2006
+@@ -62,6 +62,9 @@
+
+ #define HN_GETSCALE 0x10
+ #define HN_AUTOSCALE 0x20
++
++#ifndef __FreeBSD__
+ int humanize_number (char *, size_t, long, const char *, int, int);
++#endif
+
+ #endif