summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-04-04 21:31:00 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-04-04 21:31:00 +0000
commit9753fad737e6538aaf631be0a45907c0ce7802ce (patch)
treee7baadf14236829c82ab74d9c5531e1df5798076 /irc
parent- Update to 1.1.3 (diff)
- Fix issue, breaks with system default CFLAGS
- Bump portrevision PR: ports/122449 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
Notes
Notes: svn path=/head/; revision=210540
Diffstat (limited to 'irc')
-rw-r--r--irc/epic4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index b70f0379b1c3..f5499e1e8071 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= epic4
PORTVERSION= 2.10
+PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \
@@ -28,6 +29,7 @@ USE_OPENSSL= yes
SUB_FILES= pkg-message
PLIST_SUB+= PORTVERSION=${PORTVERSION}
USE_BZIP2= yes
+CFLAGS:= ${CFLAGS:C/-O2/-g -O/g}
OPTIONS= IPV6 "IPv6 support" on \
TCL "TCL support" on \