diff options
author | beech <beech@FreeBSD.org> | 2008-04-05 05:31:00 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-04-05 05:31:00 +0800 |
commit | 7bec1813071492cb74f7a53f2235599cb8458fb9 (patch) | |
tree | 369384e2ed4e2db185089d30036caa634f6813ac /irc | |
parent | 80af0d0c086fca13da22617ed57bb41492fa0654 (diff) | |
download | freebsd-ports-gnome-7bec1813071492cb74f7a53f2235599cb8458fb9.tar.gz freebsd-ports-gnome-7bec1813071492cb74f7a53f2235599cb8458fb9.tar.zst freebsd-ports-gnome-7bec1813071492cb74f7a53f2235599cb8458fb9.zip |
- Fix issue, breaks with system default CFLAGS
- Bump portrevision
PR: ports/122449
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 2 |
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 \ |