FreeBSD Bugzilla – Attachment 148090 Details for
Bug 194237
multimedia/plexhometheater crashes on startup with error undefined symbol dll_fopen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to resolve PR194237: fix object files included in libwrapper.a
PR194237.patch (text/plain), 1.29 KB, created by
Ben Woods
on 2014-10-08 10:30:21 UTC
(
hide
)
Description:
Patch to resolve PR194237: fix object files included in libwrapper.a
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2014-10-08 10:30:21 UTC
Size:
1.29 KB
patch
obsolete
>Index: multimedia/plexhometheater/files/patch-xbmc__cores__DllLoader__exports__CMakeLists.txt >=================================================================== >--- multimedia/plexhometheater/files/patch-xbmc__cores__DllLoader__exports__CMakeLists.txt (revision 0) >+++ multimedia/plexhometheater/files/patch-xbmc__cores__DllLoader__exports__CMakeLists.txt (working copy) >@@ -0,0 +1,11 @@ >+--- xbmc/cores/DllLoader/exports/CMakeLists.txt.orig 2014-10-08 18:00:51.823721381 +0800 >++++ xbmc/cores/DllLoader/exports/CMakeLists.txt 2014-10-08 18:02:14.180717312 +0800 >+@@ -2,7 +2,7 @@ >+ find_all_sources(util exports_util_SRCS) >+ if(NOT WIN32) >+ list(REMOVE_ITEM exports_SRCS ./win32-dirent.cpp) >+- add_library(wrapper STATIC wrapper.c) >++ add_library(wrapper STATIC ${exports_SRCS} ${exports_util_SRCS}) >+ else(NOT WIN32) >+ list(REMOVE_ITEM exports_SRCS ./wrapper.c) >+ find_all_sources(emu_socket socket_SRCS) > >Property changes on: multimedia/plexhometheater/files/patch-xbmc__cores__DllLoader__exports__CMakeLists.txt >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 194237
:
148090
|
148238