Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 655062 Details for
Bug 737606
media-sound/milkytracker-1.02.00-r1 build fails (SDL2MAIN_LIBRARY not set)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Since we are building on Linux, SDL2main is not required, we can set SDL2MAIN_LIBRARY to an empty string
milkytracker-1.02.00-SDL2main.patch (text/plain), 482 bytes, created by
Vladimir Vrzić
on 2020-08-17 09:23:16 UTC
(
hide
)
Description:
Since we are building on Linux, SDL2main is not required, we can set SDL2MAIN_LIBRARY to an empty string
Filename:
MIME Type:
Creator:
Vladimir Vrzić
Created:
2020-08-17 09:23:16 UTC
Size:
482 bytes
patch
obsolete
>diff --git a/cmake/FindSDL2.cmake b/cmake/FindSDL2.cmake >index f7954cd..2e71ebd 100644 >--- a/cmake/FindSDL2.cmake >+++ b/cmake/FindSDL2.cmake >@@ -74,13 +74,7 @@ find_library(SDL2_LIBRARY > ) > > if(NOT SDL2_BUILDING_LIBRARY) >- find_library(SDL2MAIN_LIBRARY >- NAMES SDL2main >- HINTS >- ${PC_SDL2_LIBDIR} >- ${PC_SDL2_LIBRARY_DIRS} >- PATH_SUFFIXES x64 x86 >- ) >+ SET(SDL2MAIN_LIBRARY "") > endif() > > if(SDL2_INCLUDE_DIR AND EXISTS "${SDL2_INCLUDE_DIR}/SDL_version.h")
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 737606
: 655062 |
655238
|
655240