Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2025 09:13:21 GMT
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac0ea3d567be - main - graphics/dspdfviewer: Fix builds in 13.4
Message-ID:  <202501100913.50A9DLHQ001530@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501100913.50A9DLHQ001530>