Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 257759 Details for
Bug 349367
new ebuild: dev-games/gigi
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Unbundle libtool from GiGi, add libltdl.so to be linked to GiGi.so
unbundle-ltdl.patch (text/plain), 2.45 KB, created by
Sven Eden
on 2010-12-22 13:06:47 UTC
(
hide
)
Description:
Unbundle libtool from GiGi, add libltdl.so to be linked to GiGi.so
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2010-12-22 13:06:47 UTC
Size:
2.45 KB
patch
obsolete
>Index: src/CMakeLists.txt >=================================================================== >--- src/CMakeLists.txt (revision 812) >+++ src/CMakeLists.txt (working copy) >@@ -43,8 +43,6 @@ > dialogs/FileDlg.cpp > dialogs/ThreeButtonDlg.cpp > >- ../libltdl/ltdl.c >- > adobe/adam.cpp > adobe/adam_evaluate.cpp > adobe/adam_parser.cpp >@@ -157,13 +155,6 @@ > ) > endif () > >-set_source_files_properties(${CMAKE_HOME_DIRECTORY}/libltdl/ltdl.c PROPERTIES COMPILE_DEFINITIONS HAVE_CONFIG_H=1) >-execute_process( >- COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_HOME_DIRECTORY}/libltdl/ltdl.h ${CMAKE_HOME_DIRECTORY}/GG/ltdl.h >- COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_HOME_DIRECTORY}/libltdl/config.h ${CMAKE_HOME_DIRECTORY}/GG/ltdl_config.h >-) >-set_source_files_properties(${CMAKE_HOME_DIRECTORY}/GG/ltdl.h ${CMAKE_HOME_DIRECTORY}/GG/ltdl_config.h PROPERTIES GENERATED true) >- >-set(THIS_LIB_LINK_LIBS ${Boost_LIBRARIES} ${OPENGL_LIBRARIES} ${FREETYPE_LIBRARIES}) >+set(THIS_LIB_LINK_LIBS ${Boost_LIBRARIES} ${OPENGL_LIBRARIES} ${FREETYPE_LIBRARIES} /usr/lib/libltdl.so) > if (USE_DEVIL) > list(APPEND THIS_LIB_LINK_LIBS ${IL_LIBRARY} ${ILUT_LIBRARY}) >Index: CMakeLists.txt >=================================================================== >--- CMakeLists.txt (revision 812) >+++ CMakeLists.txt (working copy) >@@ -224,36 +224,6 @@ > ######################################## > # Header Generation # > ######################################## >-if (NOT EXISTS ${CMAKE_HOME_DIRECTORY}/libltdl/config.h) >- if (UNIX) >- message("-- Configuring libltdl using \"libltdl/configure\" ...") >- execute_process( >- COMMAND ${CMAKE_HOME_DIRECTORY}/libltdl/configure >- WORKING_DIRECTORY ${CMAKE_HOME_DIRECTORY}/libltdl >- OUTPUT_QUIET >- ) >- else () >- file(WRITE ${CMAKE_HOME_DIRECTORY}/libltdl/config.h >- "/* WARNING: Generated by GG's build system. All local changes will be lost! */ >-#define error_t int >-#define HAVE_STDIO_H 1 >-#define HAVE_STDLIB_H 1 >-#define HAVE_STRING_H 1 >-#define HAVE_CTYPE_H 1 >-#define HAVE_MEMORY_H 1 >-#define HAVE_ERRNO_H 1 >-#define __WIN32__ >-#define HAVE_MEMCPY 1 >-#define HAVE_MEMMOVE 1 >-#define LTDL_OBJDIR \".libs\" >-#define LTDL_DLOPEN_DEPLIBS 1 >-#define LTDL_SHLIBPATH_VAR \"PATH\" >-#define LTDL_SHLIB_EXT \".dll\" >-" >- ) >- endif () >-endif () >- > configure_file( > ${CMAKE_HOME_DIRECTORY}/cmake/Config.h.in > ${CMAKE_HOME_DIRECTORY}/GG/Config.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 349367
:
257759
|
257761
|
296453
|
309823
|
309825
|
309827
|
309829