summaryrefslogtreecommitdiff
path: root/emulators/xmame/patches/patch-aa
blob: 3a3716f5f3db9397678be143e031d83e470cd826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.30 2002/01/03 00:08:35 kristerw Exp $
--- makefile.unix.orig	Wed Jan  2 01:32:01 2002
+++ makefile.unix	Wed Jan  2 18:44:08 2002
@@ -32,7 +32,6 @@
 
 #set TARGET to "mame" (without the ") to compile xmame and to "mess" to
 #compile xmess.
-TARGET = mame
 
 
 ##############################################################################
@@ -211,7 +210,7 @@
 # *** xmameroot, this is the default rompath, place where the highscores are
 # stored, global rc location etc. Since most of these are configurable through
 # the rc-file anyway, there are no longer seperate defines for each.
-XMAMEROOT = $(PREFIX)/lib/x$(TARGET)
+XMAMEROOT = $(PREFIX)/share/x$(TARGET)
 
 
 ##############################################################################