summaryrefslogtreecommitdiff
path: root/x11-misc/fracplanet/files/fracplanet-0.5.1-musl.patch
blob: ddd64f4a386db721ff08dfc145acbe181914e7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/common.h
+++ b/common.h
@@ -44,6 +44,9 @@
 #include <boost/scoped_array.hpp>
 #include <boost/scoped_ptr.hpp>
 
+#ifndef __STRING
+#define __STRING(x) #x
+#endif
 #define stringify(S) __STRING(S)
 
 typedef unsigned int uint;