Skip to content

Commit

Permalink
irc/tircproxy: Fix build with llvm15
Browse files Browse the repository at this point in the history
- Pet portclippy
- Adopt port
  • Loading branch information
5u623l20 committed Jun 9, 2023
1 parent a1a91e5 commit 86e3028
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions irc/tircproxy/Makefile
Expand Up @@ -4,14 +4,21 @@ PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= http://bre.klaki.net/programs/tircproxy/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= bofh@FreeBSD.org
COMMENT= IRC proxy server

WRKSRC= ${WRKDIR}/tircproxy-0.4
GNU_CONFIGURE= YES

WRKSRC= ${WRKDIR}/tircproxy-0.4

OPTIONS_DEFINE= DOCS

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tircproxy ${STAGEDIR}${PREFIX}/sbin

Expand Down

0 comments on commit 86e3028

Please sign in to comment.