Skip to content

Commit

Permalink
games/slump: Jettison byteswap/endian hacks
Browse files Browse the repository at this point in the history
- Make the OSVERSION conditionals simpler
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent e358608 commit afcde63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion games/slump/Makefile
Expand Up @@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1302505
CFLAGS+= -Wno-error=int-conversion
.endif

Expand Down
15 changes: 0 additions & 15 deletions games/slump/files/patch-dump.c

This file was deleted.

0 comments on commit afcde63

Please sign in to comment.