Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 331318 Details for
Bug 445814
dev-games/aseprite-0.9.5 - New package. - Animated sprite editor & pixel art tool
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/aseprite-0.9.5-as-needed.patch
aseprite-0.9.5-as-needed.patch (text/plain), 1.09 KB, created by
Tom Wijsman (TomWij) (RETIRED)
on 2012-12-03 16:45:19 UTC
(
hide
)
Description:
files/aseprite-0.9.5-as-needed.patch
Filename:
MIME Type:
Creator:
Tom Wijsman (TomWij) (RETIRED)
Created:
2012-12-03 16:45:19 UTC
Size:
1.09 KB
patch
obsolete
>Description: fix FTBFS with --as-needed linker option > Libraries must be placed after object files in command line. >Author: Ilya Barygin <randomaction@ubuntu.com> > >--- a/src/CMakeLists.txt >+++ b/src/CMakeLists.txt >@@ -135,6 +135,10 @@ > # All libraries for .exe files > set(all_libs ${aseprite_libraries} ${libs3rdparty} ${sys_libs}) > >+if(LIBALLEGRO4_LINK_FLAGS) >+ set(all_libs ${all_libs} ${LIBALLEGRO4_LINK_FLAGS}) >+endif() >+ > ###################################################################### > # ASEPRITE libraries > >@@ -405,10 +409,6 @@ > > add_executable(aseprite WIN32 main.cpp ${win32_resources} ${x11_resources}) > target_link_libraries(aseprite ${all_libs}) >-if(LIBALLEGRO4_LINK_FLAGS) >- set_target_properties(aseprite >- PROPERTIES LINK_FLAGS ${LIBALLEGRO4_LINK_FLAGS}) >-endif() > > install(TARGETS aseprite > RUNTIME DESTINATION bin) >@@ -450,8 +450,7 @@ > endif() > > if(LIBALLEGRO4_LINK_FLAGS) >- set_target_properties(${testname} >- PROPERTIES LINK_FLAGS ${LIBALLEGRO4_LINK_FLAGS}) >+ target_link_libraries(${testname} ${LIBALLEGRO4_LINK_FLAGS}) > endif() > > if(extra_definitions)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445814
:
331316
| 331318 |
331368
|
333518
|
333520
|
334168
|
335082
|
335084
|
335748
|
338168
|
338170
|
338172
|
338174
|
338176