gentoo/dev-lang/polyml/files/polyml-5.9-c++11.patch
Alfredo Tupone 3617af6326
dev-lang/polyml: fix c++11 build
Closes: https://bugs.gentoo.org/884065
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2023-01-22 13:15:47 +01:00

12 lines
433 B
Diff

--- a/libpolyml/xwindows.cpp 2023-01-22 10:40:35.855024465 +0100
+++ b/libpolyml/xwindows.cpp 2023-01-22 10:41:00.798613288 +0100
@@ -7274,7 +7274,7 @@
: printf("Old Display <%p>",P.AsAddress()));
return;
- default: printf("Pointer "ZERO_X"%p",P.AsAddress());
+ default: printf("Pointer %p",P.AsAddress());
return;
}
}