aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-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}