summaryrefslogtreecommitdiff
path: root/irc/sic/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-05 17:45:04 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-05 20:09:00 +0200
commitcde38a588af276aa588ba522d5b04eb6e6e887bc (patch)
treec95b17caa3f6760ae589cf16fa03904f922e8d00 /irc/sic/Makefile
parentdevel/libfortuna: Fix build with llvm15 (diff)
irc/sic: Fix build with llvm15
- Refresh patches - Adopt port
Diffstat (limited to 'irc/sic/Makefile')
-rw-r--r--irc/sic/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/irc/sic/Makefile b/irc/sic/Makefile
index c4270ed4456b..6674cf126d60 100644
--- a/irc/sic/Makefile
+++ b/irc/sic/Makefile
@@ -3,7 +3,7 @@ PORTVERSION= 0.23a
CATEGORIES= irc
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Another 'Internet Relay Chat' Client
LICENSE= GPLv2
@@ -12,7 +12,13 @@ USES= ncurses tar:tgz
GNU_CONFIGURE= yes
PLIST_SUB= VERSION="${PORTVERSION}"
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>