graphics/py-pyvips: Clean up Makefile

- Remove outdated OSVERSION check

Tested on:	13.3-RELEASE (Clang 17)
This commit is contained in:
Po-Chuan Hsieh 2024-06-18 12:00:12 +08:00
parent 2a4a4743bd
commit b331d84cb9
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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} {} +