freebsd-ports/games/motogt/files/patch-Makefile
Dmitry Marakasov 3a5765ec14 - Support staging
- Fix crash on first start (e.g. when no config is found)
- Fix crash when changing resolutions with no XRender extension (e.g. with nvidia blob)
2014-02-02 18:07:42 +00:00

10 lines
273 B
Text

--- Makefile.orig 2011-01-10 20:25:23.000000000 +0300
+++ Makefile 2011-09-27 08:44:25.000000000 +0400
@@ -1,5 +1,5 @@
all:
- make -C src -f Makefile.lnx
+ ${MAKE} -C src -f Makefile.lnx
clean:
- make -C src -f Makefile.lnx clean
+ ${MAKE} -C src -f Makefile.lnx clean