aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 19:34:42 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:54 +0000
commit0b4782163a465b976de41ff52a2b04030693b9ae (patch)
tree188f51e824dae56c91c3458014407f79a5f920cd
parent6381061b9bd4369fb658cf1b7810fde437fa7a04 (diff)
downloadports-0b4782163a465b976de41ff52a2b04030693b9ae.tar.gz
ports-0b4782163a465b976de41ff52a2b04030693b9ae.zip
graphics/dspdfviewer: Remove OSVERSION conditionals
Minimum supported OSVERSION is 120400 by the port infrastructure so no need for additional conditions. Approved by: portmgr (blanket)
-rw-r--r--graphics/dspdfviewer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile
index 49ce4329c964..6c79ac529870 100644
--- a/graphics/dspdfviewer/Makefile
+++ b/graphics/dspdfviewer/Makefile
@@ -51,7 +51,7 @@ CFLAGS+= -Wno-error=extra-semi-stmt
.endif
# Fixes build failure for Clang 11.0.0
-.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1300111 || ${OSVERSION} >= 1204000) && ${CHOSEN_COMPILER_TYPE} == clang
+.if ${OPSYS} == FreeBSD && ${CHOSEN_COMPILER_TYPE} == clang
CFLAGS+= -Wno-error=suggest-destructor-override
CFLAGS+= -Wno-error=suggest-override
.endif