aboutsummaryrefslogtreecommitdiff
path: root/irc/psybnc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-06 03:50:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-06 03:50:22 +0000
commitbcea1b57a84844fe317ce037137632e5cfa8c3e4 (patch)
tree5154cb4994c2c0b540e3d72ae8092884dcfcb48f /irc/psybnc
parent00ea899b22123b3189fb1eaaf83221297563e79c (diff)
downloadports-bcea1b57a84844fe317ce037137632e5cfa8c3e4.tar.gz
ports-bcea1b57a84844fe317ce037137632e5cfa8c3e4.zip
Notes
Diffstat (limited to 'irc/psybnc')
-rw-r--r--irc/psybnc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile
index af362ed764ba..7550610e646d 100644
--- a/irc/psybnc/Makefile
+++ b/irc/psybnc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= psybnc
DISTVERSION= 2.3.2-9
+PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= http://www.psybnc.at/download/beta/ CENKES
DISTNAME= psyBNC-${DISTVERSION}
@@ -28,6 +29,10 @@ IS_INTERACTIVE= yes
post-patch:
@${REINPLACE_CMD} -e 's#=help/#=${PSYBASE}/help/#' ${WRKSRC}/lang/*
+.if ( ${OSVERSION} >= 1000024 )
+ @${REINPLACE_CMD} -e 's,gcc,clang -Wno-return-type,g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's,gcc,clang -Wno-return-type,g' ${WRKSRC}/tools/autoconf.c
+.endif
do-configure:
.if ${PORT_OPTIONS:MMENUCONFIG}