openbsd-ports/games/beret/patches/patch-game_c
sthen c7277bbbb4 another /usr/local, this time should be TRUEPREFIX. pointed out by aja@.
This one may change the package (rather than just result in the build
failing as with the previous LOCALBASE subst) so do bump.
2012-02-28 12:42:44 +00:00

13 lines
339 B
Plaintext

$OpenBSD: patch-game_c,v 1.2 2012/02/28 12:42:44 sthen Exp $
--- game.c.orig Tue Jan 10 01:55:02 2012
+++ game.c Thu Jan 12 11:33:20 2012
@@ -95,7 +95,7 @@
#define RESOURCE_PATH ""
#else
#define SUPPORT_PATH ".beret/"
-#define RESOURCE_PATH ""
+#define RESOURCE_PATH "${TRUEPREFIX}/share/beret/"
#endif
#define QUITMOD_WIN KMOD_ALT