ports/x11-clocks/glclock/files/patch-MString.cpp
Kurt Jaeger 8045c1ff70 x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clang
- make patches conform to recommended format (makepatch)

PR:		209399
Submitted by:	yuri@rawbw.com
2016-05-09 18:38:47 +00:00

12 lines
249 B
C++

--- MString.cpp.orig 2000-06-22 14:58:41 UTC
+++ MString.cpp
@@ -1,6 +1,9 @@
#include "MString.H"
+String Left(const String &, int);
+String Mid(String, int, int);
+String Right(const String &, int);
// コンストラクタ
String::String(int n)