git: ac0ea3d567be - main - graphics/dspdfviewer: Fix builds in 13.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jan 2025 09:13:21 UTC
The branch main has been updated by fox:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac0ea3d567be6898719680700e13983b519f4668
commit ac0ea3d567be6898719680700e13983b519f4668
Author: Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2025-01-10 09:02:36 +0000
Commit: Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2025-01-10 09:02:36 +0000
graphics/dspdfviewer: Fix builds in 13.4
---
graphics/dspdfviewer/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile
index fa00bfc5d507..a5aafebae109 100644
--- a/graphics/dspdfviewer/Makefile
+++ b/graphics/dspdfviewer/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dspdfviewer
PORTVERSION= 1.15.1
DISTVERSIONPREFIX= v
-PORTREVISION= 69
+PORTREVISION= 70
CATEGORIES= graphics
MAINTAINER= fox@FreeBSD.org
@@ -67,7 +67,7 @@ CFLAGS+= -Wno-error=unsafe-buffer-usage
.endif
# Fixes build failure for Clang 18.1.4
-.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1401000 || ${OSVERSION} >= 1500018) && ${CHOSEN_COMPILER_TYPE} == clang
+.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1304000 || ${OSVERSION} >= 1401000 || ${OSVERSION} >= 1500018) && ${CHOSEN_COMPILER_TYPE} == clang
CFLAGS+= -Wno-error=switch-default
.endif