dev-games/mygui: initial import of version 3.2.2

This commit is contained in:
2016-02-16 00:55:13 +01:00
parent b143bf774c
commit 52260378f4
5 changed files with 190 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
From: Julian Ospald <hasufell@gentoo.org>
Date: Fri Jun 15 10:42:42 UTC 2012
Subject: build system
fix underlinking
--- MyGUIEngine/CMakeLists.txt
+++ MyGUIEngine/CMakeLists.txt
@@ -48,7 +48,10 @@
if (MYGUI_USE_FREETYPE)
target_link_libraries(${PROJECTNAME}
${FREETYPE_LIBRARIES}
- )
+ dl)
+else()
+ target_link_libraries(${PROJECTNAME}
+ dl)
endif()
# platform specific dependencies