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