f81e95759b
* fixes issues on sparc64 from ryan freeman (MAINTAINER)
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
$OpenBSD: patch-setup_Makefile_in,v 1.3 2011/01/13 10:30:49 jasper Exp $
|
|
--- setup/Makefile.in.orig Sun Jan 2 10:17:16 2011
|
|
+++ setup/Makefile.in Tue Jan 11 12:40:52 2011
|
|
@@ -181,7 +181,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-gamesdir = $(prefix)/games
|
|
+gamesdir = $(prefix)/bin
|
|
AM_CFLAGS = -I../textscreen -I../src @SDLMIXER_CFLAGS@
|
|
SOURCE_FILES = \
|
|
compatibility.c compatibility.h \
|