aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:00:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:00:12 +0000
commitb331d84cb955c57ae02091f1fa6dbe44b7b87c09 (patch)
tree184033c0905b8153adc48b5fa810088ccc828b36
parent2a4a4743bd73d1263f92d486daf606cfb3b08943 (diff)
downloadports-b331d84cb955c57ae02091f1fa6dbe44b7b87c09.tar.gz
ports-b331d84cb955c57ae02091f1fa6dbe44b7b87c09.zip
graphics/py-pyvips: Clean up Makefile
- Remove outdated OSVERSION check Tested on: 13.3-RELEASE (Clang 17)
-rw-r--r--graphics/py-pyvips/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/py-pyvips/Makefile b/graphics/py-pyvips/Makefile
index 670dc52b08e5..d6eba9540fbc 100644
--- a/graphics/py-pyvips/Makefile
+++ b/graphics/py-pyvips/Makefile
@@ -24,12 +24,6 @@ USES= gnome python
USE_GNOME= glib20
USE_PYTHON= autoplist concurrent pep517
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400091)
-CFLAGS+= -Wno-error=incompatible-function-pointer-types
-.endif
-
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +