summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2011-07-01 13:21:02 +0000
committerDiane Bruce <db@FreeBSD.org>2011-07-01 13:21:02 +0000
commit215e1e9925c476c98efd3155d55f8ce94a1a9ba4 (patch)
tree7a3ea84482a5dd061635e651e6dd39f6cb7b42bd /irc
parent- Fix build under clang (diff)
- Fix build under clang
- Needed USE_CSTD= gnu89 in Makefile - Change Maintainer email (me)
Notes
Notes: svn path=/head/; revision=276782
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 342b3eb0d1d2..807421621e4e 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -11,12 +11,13 @@ CATEGORIES= irc ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= db@db.net
+MAINTAINER= db@FreeBSD.org
COMMENT= A fast irc daemon with a number of new features
MAN8= ircd.8
USE_GMAKE= yes
+USE_CSTD= gnu89
GNU_CONFIGURE= yes
USE_RC_SUBR= ircd-hybrid.sh