freebsd-ports/games/construo/files/patch-src_construo.hpp
2018-06-22 13:01:26 +00:00

11 lines
261 B
C++

--- src/construo.hpp.orig 2015-03-24 17:13:41 UTC
+++ src/construo.hpp
@@ -19,7 +19,7 @@
#include <config.h>
-#define CONSTRUO_DATADIR DATADIR"/games/"PACKAGE
+#define CONSTRUO_DATADIR DATADIR "/games/" PACKAGE
class SystemContext;
class InputContext;