FreeBSD Bugzilla – Attachment 196554 Details for
Bug 230905
devel/glademm: Fix build with Clang 6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel__glademm.diff
devel__glademm.diff (text/plain), 2.34 KB, created by
Tobias Kortkamp
on 2018-08-26 06:41:47 UTC
(
hide
)
Description:
devel__glademm.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-08-26 06:41:47 UTC
Size:
2.34 KB
patch
obsolete
>Index: files/patch-src_Cxx.cc >=================================================================== >--- files/patch-src_Cxx.cc (nonexistent) >+++ files/patch-src_Cxx.cc (working copy) >@@ -0,0 +1,11 @@ >+--- src/Cxx.cc.orig 2018-08-26 06:39:26 UTC >++++ src/Cxx.cc >+@@ -894,7 +894,7 @@ void Cxx::WriteCreation(SystemFile &f,File_type tp) >+ if (!Configuration.author_email.empty()) >+ f << " by " << Configuration.author_email; >+ f << '\n'; >+- f << comment << " using "GLADEMM_NAME"\n"; >++ f << comment << " using " GLADEMM_NAME "\n"; >+ } >+ >+ > >Property changes on: files/patch-src_Cxx.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 >Index: files/patch-src_glade--.cc >=================================================================== >--- files/patch-src_glade--.cc (nonexistent) >+++ files/patch-src_glade--.cc (working copy) >@@ -0,0 +1,20 @@ >+--- src/glade--.cc.orig 2018-08-26 06:40:08 UTC >++++ src/glade--.cc >+@@ -393,7 +393,7 @@ int main(int argc,char **argv) >+ break; >+ case 'h': Configuration.header_suffix=optarg; >+ break; >+- case 'V': std::cout<< "glademm V"VERSION" (glade to Gtk-- converter)\n"; >++ case 'V': std::cout<< "glademm V" VERSION " (glade to Gtk-- converter)\n"; >+ return 0; >+ break; >+ case 'v': Configuration.verbose++; break; >+@@ -487,7 +487,7 @@ int main(int argc,char **argv) >+ "\t--baseclass\tderive from base class (for class parameters)\n" >+ "\t--libglade\tgenerate code skeleton for a libglade-- application.\n" >+ "\t--libglade-option\tgenerate infrastructure for libglade without using it.\n" >+- "\t--version\tprints 'glademm V"VERSION"'\n"; >++ "\t--version\tprints 'glademm V" VERSION "'\n"; >+ return 1; >+ } >+ if (argc-optind!=1) goto usage; > >Property changes on: files/patch-src_glade--.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 230905
: 196554