1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 02:27:35 +00:00

Ports: Add libenet

Libenet is a UDP networking library that is used by Love2D,
a game framework I would like to port.
This commit is contained in:
surrealegg 2023-09-19 10:30:54 +04:00 committed by Tim Schumacher
parent 719a00df3a
commit d94a374001
6 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# Patches for libenet on SerenityOS
## `0001-Make-library-shared.patch`
Makes Library Shared
## `0002-Add-missing-install-options.patch`
Add missing install options
## `0003-Fix-cmake-deprecation-warning.patch`
Fix CMake deprecation warning