diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-03 07:23:14 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-03 07:23:14 +0800 |
commit | 1b7bf9019e5d975aff10d091c39f30357e0b0026 (patch) | |
tree | dbed0102a991e7ec05703113e418908d1f26189c /irc | |
parent | d30a278c3a2838030e7d3d538558c68d34f9c02a (diff) | |
download | freebsd-ports-gnome-1b7bf9019e5d975aff10d091c39f30357e0b0026.tar.gz freebsd-ports-gnome-1b7bf9019e5d975aff10d091c39f30357e0b0026.tar.zst freebsd-ports-gnome-1b7bf9019e5d975aff10d091c39f30357e0b0026.zip |
Fix build when WITH_PERL is defined.
PR: ports/103790
Submitted by: shaun (me)
Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic5/Makefile | 1 | ||||
-rw-r--r-- | irc/epic5/files/patch-include_compat.h | 12 |
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 |