FreeBSD Bugzilla – Attachment 161574 Details for
Bug 201424
graphics/cuneiform namespace error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cuneiform.diff
cuneiform.diff (text/plain), 1.93 KB, created by
Walter Schwarzenfeld
on 2015-09-30 14:28:42 UTC
(
hide
)
Description:
cuneiform.diff
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2015-09-30 14:28:42 UTC
Size:
1.93 KB
patch
obsolete
>Index: files/patch-cuneiform-cli-cpp >=================================================================== >--- files/patch-cuneiform-cli-cpp (revision 0) >+++ files/patch-cuneiform-cli-cpp (working copy) >@@ -0,0 +1,24 @@ >+--- cuneiform_src/cli/cuneiform-cli.cpp.orig 2015-07-08 09:26:05 UTC >++++ cuneiform_src/cli/cuneiform-cli.cpp >+@@ -152,7 +152,8 @@ static string supported_formats() { >+ */ >+ static char* read_file(const char *fname); >+ >+-#ifdef USE_MAGICK >++#ifndef USE_MAGICK >++#define USE_MAGICK >+ #include <Magick++.h> >+ using namespace Magick; >+ >+@@ -337,7 +338,10 @@ int main(int argc, char **argv) { >+ return 0; >+ } >+ >+-#ifdef USE_MAGICK >++#ifndef USE_MAGICK >++#define USE_MAGICK >++#include <Magick++.h> >++using namespace Magick; >+ Magick::InitializeMagick(""); >+ #endif >+ > >Property changes on: files/patch-cuneiform-cli-cpp >___________________________________________________________________ >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 >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-stdprt_h >=================================================================== >--- files/patch-stdprt_h (revision 0) >+++ files/patch-stdprt_h (working copy) >@@ -0,0 +1,11 @@ >+--- cuneiform_src/Kern/hrkint/stdprt.h.orig 2015-07-08 11:24:29 UTC >++++ cuneiform_src/Kern/hrkint/stdprt.h >+@@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE >+ #define __STDPRT_H >+ >+ #include "std.h" >++#include <cstdarg> >+ >+ typedef int32_t HEvent32; >+ typedef struct tagStdPrtEvent >+ > >Property changes on: files/patch-stdprt_h >___________________________________________________________________ >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 >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ 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 201424
:
161087
|
161088
|
161574
|
162064
|
162185
|
162187
|
162197
|
162198
|
165398
|
165399
|
165406
|
171156
|
171263