48b1efc853
Tutris is a graphical, SDL-based clone of the popular game Tetris. WWW: http://www.2ndpoint.fi/projektit/tutris.html from Jolan Luff <jolan@cryptonomicon.org>
13 lines
525 B
Plaintext
13 lines
525 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2003/04/16 19:47:44 sturm Exp $
|
|
--- src/Makefile.in.orig Tue Mar 4 09:23:18 2003
|
|
+++ src/Makefile.in Mon Mar 24 00:40:18 2003
|
|
@@ -72,7 +72,7 @@ VERSION = @VERSION@
|
|
bin_PROGRAMS = tutris
|
|
|
|
datafiledir = $(datadir)/games/tutris
|
|
-AM_CPPFLAGS = -DDATA_DIR=\"$(datafiledir)/\"
|
|
+AM_CPPFLAGS = -DDATA_DIR=\"$(prefix)/share/tutris/\"
|
|
tutris_SOURCES = Main.cpp cTutris.hpp cTutris.cpp SoFont.h SoFont.cpp
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|