Back to Serenity

Patches for jfduke3d on SerenityOS

Ports/jfduke3d/patches/ReadMe.md

latest650 B
Original Source

Patches for jfduke3d on SerenityOS

0001-compat.h-Recognize-endianness-of-SerenityOS-by-picki.patch

[compat.h] Recognize endianness of SerenityOS by picking up endian.h

We have endian.h so let's pick that header.

[mmulti.c] #ifdef out network-related stuff we currently

This patches out network-relatd stuff like IP_PKTINFO, IPV6_PKTINFO, and IP_RECVDSTADDR which we currently do not support.

This is merely done to make the code compile, and since we do not try to support any multiplayer option or other network-related stuff it should not matter for the time being.