summaryrefslogtreecommitdiff
path: root/emulators/arcem/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/arcem/patches/patch-aa')
-rw-r--r--emulators/arcem/patches/patch-aa12
1 files changed, 7 insertions, 5 deletions
diff --git a/emulators/arcem/patches/patch-aa b/emulators/arcem/patches/patch-aa
index a81a7846cd4..ebee702bb8e 100644
--- a/emulators/arcem/patches/patch-aa
+++ b/emulators/arcem/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2004/12/03 15:15:23 skrll Exp $
+$NetBSD: patch-aa,v 1.3 2011/03/03 12:55:48 obache Exp $
---- Makefile.orig 2002-05-05 23:09:39.000000000 +0100
+--- Makefile.orig 2002-05-05 22:09:39.000000000 +0000
+++ Makefile
-@@ -36,15 +36,14 @@ WARN = -Wall -Wno-return-type -Wno-unkno
+@@ -36,16 +36,15 @@ WARN = -Wall -Wno-return-type -Wno-unkno
# add -DHOST_BIGENDIAN for big endian hosts, e.g. Sun, SGI, HP
@@ -19,10 +19,12 @@ $NetBSD: patch-aa,v 1.2 2004/12/03 15:15:23 skrll Exp $
-prefix=/usr/local
-
-INSTALL_DIR = $(prefix)/bin
-+INSTALL_DIR = $(PREFIX)/bin
- INSTALL=cp
+-INSTALL=cp
++INSTALL_DIR = $(DESTDIR)$(PREFIX)/bin
++INSTALL= ${BSD_INSTALL_PROGRAM}
+ # Everything else should be ok as it is.
@@ -82,8 +81,8 @@ TARGET=!ArcEm/arcem
endif