git: 0df5a0daf97e - 2025Q1 - graphics/dspdfviewer: Fix builds in 13.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 11:22:03 UTC
The branch 2025Q1 has been updated by fox:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0df5a0daf97e5c0f13f1b0b5323d3083fdcc7b37
commit 0df5a0daf97e5c0f13f1b0b5323d3083fdcc7b37
Author: Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2025-01-10 09:02:36 +0000
Commit: Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2025-01-12 11:20:52 +0000
graphics/dspdfviewer: Fix builds in 13.4
(cherry picked from commit ac0ea3d567be6898719680700e13983b519f4668)
---
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