diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-11 11:01:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-10-01 18:56:20 +0000 |
commit | 4485bd8221c2c5630b87826d37da850b3361b782 (patch) | |
tree | 8d8c431f691b093caa563a871231d1269047ea42 /emulators/zsnes | |
parent | d5d82c5ff9a1069d6e0382029cc8f99d324c9e0b (diff) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 868b1d43e296..61547a7bc574 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -42,12 +42,6 @@ JMA_CONFIGURE_ENABLE= jma OPENGL_CONFIGURE_ENABLE= opengl X11_CONFIGURE_WITH= x -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 && ${OSVERSION} < 1401000 -IGNORE= does not build on FreeBSD 14.0 - zlib is too old -.endif - post-patch: @${REINPLACE_CMD} -e 's|@CXX@ @CFLAGS@ -o|@CXX@ @CXXFLAGS@ @CPPFLAGS@ -o|g ; s|@CC@ @CFLAGS@ -o|@CC@ @CFLAGS@ @CPPFLAGS@ -o|g' \ ${WRKSRC}/Makefile.in |