patch-Makefile 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. $OpenBSD: patch-Makefile,v 1.2 2010/05/23 01:05:38 espie Exp $
  2. --- Makefile.orig Tue Mar 19 02:59:43 2002
  3. +++ Makefile Sat May 22 16:33:12 2010
  4. @@ -8,19 +8,19 @@
  5. #-----------------------------------------------------------------------------#
  6. # specify your favorite ANSI C compiler
  7. -CC = gcc
  8. +#CC = gcc
  9. # specify path to X11 on your system
  10. # if undefined, use system defaults (works with Linux/gcc/libc5)
  11. -X11_PATH = /usr/X11
  12. +X11_PATH = ${X11BASE}
  13. # specify directory for read-only game data (like graphics, sounds, levels)
  14. # default is '.', so you can play without installing game data somewhere
  15. -# RO_GAME_DIR = /usr/games
  16. +RO_GAME_DIR = ${PREFIX}/share/mirrormagic
  17. # specify directory for writable game data (like highscore files)
  18. # default is '.', so you can play without installing game data somewhere
  19. -# RW_GAME_DIR = /var/games
  20. +RW_GAME_DIR = /var/games/mirrormagic
  21. # uncomment this if your system has no joystick include file
  22. # JOYSTICK = -DNO_JOYSTICK
  23. @@ -42,7 +42,7 @@ CROSS_PATH_WIN32=/usr/local/cross-tools/i386-mingw32ms
  24. .EXPORT_ALL_VARIABLES:
  25. -MAKE = make
  26. +#MAKE = make
  27. SRC_DIR = src
  28. MAKE_CMD = $(MAKE) -C $(SRC_DIR)