summaryrefslogtreecommitdiff
path: root/security/pidgin-encryption
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-08-11 13:01:29 +0200
committerRene Ladan <rene@FreeBSD.org>2024-10-01 20:56:20 +0200
commit4485bd8221c2c5630b87826d37da850b3361b782 (patch)
tree8d8c431f691b093caa563a871231d1269047ea42 /security/pidgin-encryption
parentwww/element-web: Update to 1.11.79 (diff)
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r--security/pidgin-encryption/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index e4c884e338ea..27911a16a7f9 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -35,7 +35,7 @@ NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
+.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif