FreeBSD Bugzilla – Attachment 203401 Details for
Bug 237040
x11/decurs: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
decurs.patch (text/plain), 1.23 KB, created by
Piotr Kubaj
on 2019-04-05 11:16:26 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-04-05 11:16:26 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 497616) >+++ Makefile (working copy) >@@ -17,7 +17,8 @@ > GH_ACCOUNT= danfe > GH_TAGNAME= 10c5691 > >-USES= pkgconfig >+USES= compiler:c++11-lang dos2unix gnome pkgconfig >+DOS2UNIX_FILES= src/cppstring.cc > GNU_CONFIGURE= yes > USE_XORG= x11 > USE_GNOME= gtk20 >Index: files/patch-src_cppstring.cc >=================================================================== >--- files/patch-src_cppstring.cc (nonexistent) >+++ files/patch-src_cppstring.cc (working copy) >@@ -0,0 +1,10 @@ >+--- src/cppstring.cc.orig 2019-04-05 11:08:03 UTC >++++ src/cppstring.cc >+@@ -4,6 +4,7 @@ >+ #include "cppstring.hh" >+ #include "idefs.h" >+ #include <iostream> >++#include <stdarg.h> >+ // #include <except.h> >+ #define DEF_BUFFER_SIZE 512 >+ #define CPPSTRING_ERROR(obj,msg,retval) {obj<<"*** ERROR *** : "<<msg<<std::endl;return retval;} > >Property changes on: files/patch-src_cppstring.cc >___________________________________________________________________ >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 237040
: 203401