mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/py-pyvips: Clean up Makefile
- Remove outdated OSVERSION check Tested on: 13.3-RELEASE (Clang 17)
This commit is contained in:
parent
2a4a4743bd
commit
b331d84cb9
1 changed files with 0 additions and 6 deletions
|
@ -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} {} +
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue