ports/devel/glademm/files/patch-src_Cxx.cc
Alexander Nedotsukov 19ded0a3df Fix build with Clang 6
PR:		230905
2018-09-02 14:05:48 +00:00

11 lines
344 B
C++

--- 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";
}