1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

mail/xpbiff: Fix build with llvm15

- Pet portclippy

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-06-13 10:48:02 +02:00
parent d41c16726c
commit e9b6b65e68

View File

@ -12,9 +12,11 @@ COMMENT?= Replacement for xbiff that handles popup window with mail header
USES= imake:noman xorg
USE_XORG= xpm xaw xmu
PLIST_FILES= bin/xpbiff
WRKSRC= ${WRKDIR}/xpbiff
PLIST_FILES= bin/xpbiff
.if defined(PREFIX) && ${PREFIX} != ${LOCALBASE}
YOUBINBINDIR= ${PREFIX}
.else
@ -23,6 +25,10 @@ YOUBINBINDIR= ${LOCALBASE}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
do-extract:
@${RM} -r ${WRKDIR}
@${MKDIR} ${WRKDIR}