summaryrefslogtreecommitdiffstats
path: root/libraries/MyGUI
diff options
context:
space:
mode:
author Matteo Bernardini2024-05-11 13:40:22 +0200
committer Matteo Bernardini2024-05-11 13:40:22 +0200
commit7155627008b9a093d536061c0cbec66d9a787d2f (patch)
treeb2e1a37c269194b861fb2ed26a374bdb13e1653e /libraries/MyGUI
parent33c431dfd09850b2df92cafff4f12c11f06079f3 (diff)
downloadslackbuilds-current.tar.gz
20240511.1 global branch merge.current-20240511.1current
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/MyGUI')
-rw-r--r--libraries/MyGUI/MyGUI.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/MyGUI/MyGUI.SlackBuild b/libraries/MyGUI/MyGUI.SlackBuild
index 6737d63981..f5ce2d4c72 100644
--- a/libraries/MyGUI/MyGUI.SlackBuild
+++ b/libraries/MyGUI/MyGUI.SlackBuild
@@ -84,6 +84,7 @@ find -L . \
sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' Common/CMakeLists.txt
+sed -i s/\#include\ \<string\>/\#include\ \<string\>\\n\#include\ \<cstdint\>/ ./MyGUIEngine/include/MyGUI_Types.h
mkdir -p build
cd build