openbsd-ports/games/vodovod/patches/patch-config_h
simon c260705a23 fix config loading, adjust highscore location, use PATH_MAX,
respect CXXFLAGS, pass PREFIX instead of LOCALBASE and also
set group and modes in plist

noticed by & looks ok to steven@
2007-07-07 10:40:48 +00:00

20 lines
629 B
Plaintext

$OpenBSD: patch-config_h,v 1.2 2007/07/07 10:40:48 simon Exp $
--- config.h.orig Sun Jun 3 13:09:24 2007
+++ config.h Thu Jul 5 22:19:12 2007
@@ -27,6 +27,15 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston,
#include <map>
#include <vector>
#include <string>
+
+#ifndef DATADIR
+#define DATADIR "."
+#endif
+
+#ifndef HIGHSCOREDIR
+#define HIGHSCOREDIR "."
+#endif
+
//---------------------------------------------------------------------------------------
enum taAction { taLeft, taRight, taDown, taUp, taDrop, taFlood };
//---------------------------------------------------------------------------------------