mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
Ports: Add libmodplug
This commit is contained in:
parent
e900f94a03
commit
f573b7b47a
4 changed files with 39 additions and 0 deletions
12
Ports/libmodplug/patches/build-fixes.patch
Normal file
12
Ports/libmodplug/patches/build-fixes.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -Naur libmodplug-0.8.8.5/src/libmodplug/stdafx.h libmodplug-0.8.8.5.serenity/src/libmodplug/stdafx.h
|
||||
index 3eacf1da6..871fb6d82 100644
|
||||
--- libmodplug-0.8.8.5/src/libmodplug/stdafx.h
|
||||
+++ libmodplug-0.8.8.5.serenity/src/libmodplug/stdafx.h
|
||||
@@ -57,6 +57,7 @@ inline void ProcessPlugins(int n) {}
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
+#include <strings.h>
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue