k-kawa / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Fix for the linking process of Aseprite when xdga is detected by cmake, patch attached #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to compile aseprite with the latest git code when xxf86dga/XDGA is 
detected by the cmake configure process.

What is the expected output? What do you see instead?
Correct compile. A compile error that complains about not being able to find 
the xdga library functions, simple error with the CMakeLists.txt file in the 
root of the tree.

What version of the product are you using? On what operating system?
The git commit version a2eab0553c4f9b6278c0d83ee31c8bdc6e4a0787.

Please provide any additional information below.
A simple fix is needed to the CMakeLists.txt file, patch is attached. Just was 
a simple error of using the wrong variable, using PLATFORM rather than 
PLATFORM_LIBS, which all the other ones were using.

Original issue reported on code.google.com by jdgb...@gmail.com on 4 Mar 2011 at 10:25

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks. Patch applied:
https://github.com/dacap/aseprite/commit/b02b86b613a205a791b5e514131023e4ae48c29
6

Original comment by davidcapello on 6 Mar 2011 at 7:21