FreeBSD Bugzilla – Attachment 161088 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]
patch-cuneiform-cli-cpp
patch-cuneiform-cli-cpp (text/plain), 561 bytes, created by
Walter Schwarzenfeld
on 2015-09-15 22:50:20 UTC
(
hide
)
Description:
patch-cuneiform-cli-cpp
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2015-09-15 22:50:20 UTC
Size:
561 bytes
patch
obsolete
>--- 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 >
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