openbsd-ports/games/snipe2d/patches/patch-src_snipe2d_cpp
2022-03-11 19:04:03 +00:00

12 lines
373 B
Plaintext

--- src/snipe2d.cpp.orig Sun Oct 11 20:10:17 2009
+++ src/snipe2d.cpp Sun Oct 11 20:10:30 2009
@@ -1589,7 +1589,7 @@ oes_uisignal (oesui_t *gui, oesui_signal_t *sig)
}
else if (0 == strcmp(signame, "url-oes"))
{
-#define WEBBROWSER mozilla
+#define WEBBROWSER true
/* http://www.icculus.org/oes/ */
oes_web("http://www.icculus.org/oes/");
}