summaryrefslogtreecommitdiff
path: root/games/abuse/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/abuse/patches/patch-aa')
-rw-r--r--games/abuse/patches/patch-aa31
1 files changed, 19 insertions, 12 deletions
diff --git a/games/abuse/patches/patch-aa b/games/abuse/patches/patch-aa
index 5a0d0f9b18b..43cc8744a07 100644
--- a/games/abuse/patches/patch-aa
+++ b/games/abuse/patches/patch-aa
@@ -1,12 +1,19 @@
-$NetBSD: patch-aa,v 1.1 1998/08/27 12:54:56 garbled Exp $
---- imlib/port/unix/timing.c.orig Fri Jul 24 07:30:09 1998
-+++ imlib/port/unix/timing.c Fri Jul 24 07:39:44 1998
-@@ -17,3 +17,7 @@
- {
-- struct timezone tz={0,DST_USA};
-+#ifdef __NetBSD__
-+ struct timezone tz={0,0}; /* gettimeofday is deprecated */
-+#else
-+ struct timezone tz={0,DST_USA};
-+#endif
- gettimeofday((struct timeval *)&seconds,&tz);
+$NetBSD: patch-aa,v 1.2 2001/07/02 15:30:59 abs Exp $
+
+--- Makefile.in.orig Mon Jul 7 19:26:39 1997
++++ Makefile.in
+@@ -37,10 +37,10 @@
+ AUTOMAKE = @AUTOMAKE@
+ AUTOHEADER = @AUTOHEADER@
+
+-INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+-INSTALL_DATA = @INSTALL_DATA@
+-INSTALL_SCRIPT = @INSTALL_SCRIPT@
++INSTALL = /usr/bin/install
++INSTALL_PROGRAM = $(INSTALL) -c -s -o bin -g games -m 2755
++INSTALL_DATA = $(INSTALL) -c -o bin -g games -m 0664
++INSTALL_SCRIPT = $(INSTALL) -c -o bin -g games -m 0755
+ transform = @program_transform_name@
+
+ NORMAL_INSTALL = true