summaryrefslogtreecommitdiff
path: root/games/xracer/patches
diff options
context:
space:
mode:
authormycroft <mycroft>2000-11-27 21:20:06 +0000
committermycroft <mycroft>2000-11-27 21:20:06 +0000
commit58a5ecae277f3dedb4c1c226a988f5d0a3410130 (patch)
treeb75bceeece9a4c498c8dc33b4948b132dbd9afa1 /games/xracer/patches
parent18bf407e3268e751e09a58f36f274b096bb7c89b (diff)
downloadpkgsrc-58a5ecae277f3dedb4c1c226a988f5d0a3410130.tar.gz
Make this work with current automake.
Diffstat (limited to 'games/xracer/patches')
-rw-r--r--games/xracer/patches/patch-ab12
-rw-r--r--games/xracer/patches/patch-ag10
-rw-r--r--games/xracer/patches/patch-ah12
-rw-r--r--games/xracer/patches/patch-al29
4 files changed, 46 insertions, 17 deletions
diff --git a/games/xracer/patches/patch-ab b/games/xracer/patches/patch-ab
index 41f64d8934e..5618646d686 100644
--- a/games/xracer/patches/patch-ab
+++ b/games/xracer/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.2 2000/06/21 08:12:39 jlam Exp $
+$NetBSD: patch-ab,v 1.3 2000/11/27 21:20:07 mycroft Exp $
---- src/Makefile.in.orig Mon Mar 20 22:13:03 2000
-+++ src/Makefile.in Sat May 27 05:43:16 2000
-@@ -175,7 +175,7 @@
- video.c \
- ws.c
+--- src/Makefile.am.orig Sun Mar 19 14:47:10 2000
++++ src/Makefile.am Mon Nov 27 20:40:21 2000
+@@ -91,7 +91,7 @@
+ ws.c: @ARCH_WS@
+ cp $< $@
-xracer_LDADD = mpeg/libmpeg.a
+xracer_LDADD = mpeg/libmpeg.a -lintl
diff --git a/games/xracer/patches/patch-ag b/games/xracer/patches/patch-ag
index 936d52fdd49..acb4f2e2fd2 100644
--- a/games/xracer/patches/patch-ag
+++ b/games/xracer/patches/patch-ag
@@ -1,9 +1,9 @@
-$NetBSD: patch-ag,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+$NetBSD: patch-ag,v 1.2 2000/11/27 21:20:07 mycroft Exp $
---- doc/Makefile.in.orig Mon Mar 20 22:13:22 2000
-+++ doc/Makefile.in Mon May 29 08:17:43 2000
-@@ -119,7 +119,7 @@
- man_MANS = xracer.6
+--- doc/Makefile.am.orig Mon Dec 27 15:53:58 1999
++++ doc/Makefile.am Mon Nov 27 20:40:34 2000
+@@ -26,7 +26,7 @@
+ lynx -dump -width=72 -nolist $< > $@
# Install documentation in the /usr/doc/xracer-n.n.n/ directory.
-docdir = $(prefix)/doc/@PACKAGE@-@VERSION@
diff --git a/games/xracer/patches/patch-ah b/games/xracer/patches/patch-ah
index 5f5e0ada3ae..4e13038d92c 100644
--- a/games/xracer/patches/patch-ah
+++ b/games/xracer/patches/patch-ah
@@ -1,13 +1,13 @@
-$NetBSD: patch-ah,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $
+$NetBSD: patch-ah,v 1.2 2000/11/27 21:20:07 mycroft Exp $
---- Makefile.in.orig Mon Mar 20 22:13:01 2000
-+++ Makefile.in Mon May 29 08:27:40 2000
-@@ -122,7 +122,7 @@
+--- Makefile.am.orig Sun Mar 19 14:19:42 2000
++++ Makefile.am Mon Nov 27 20:40:55 2000
+@@ -22,7 +22,7 @@
EXTRA_DIST = Reconf Release.in xracer.spec
-docdir = $(prefix)/doc/@PACKAGE@-@VERSION@
+docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@
doc_DATA = AUTHORS
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+
+ dist-hook:
diff --git a/games/xracer/patches/patch-al b/games/xracer/patches/patch-al
new file mode 100644
index 00000000000..ac2ad46b817
--- /dev/null
+++ b/games/xracer/patches/patch-al
@@ -0,0 +1,29 @@
+$NetBSD: patch-al,v 1.1 2000/11/27 21:20:07 mycroft Exp $
+
+--- aclocal.m4.orig Mon Nov 27 20:29:22 2000
++++ aclocal.m4 Mon Nov 27 20:30:29 2000
+@@ -20,8 +20,7 @@
+ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
+
+ AC_DEFUN(AM_INIT_AUTOMAKE,
+-[AC_REQUIRE([AM_PROG_INSTALL])
+-PACKAGE=[$1]
++[PACKAGE=[$1]
+ AC_SUBST(PACKAGE)
+ VERSION=[$2]
+ AC_SUBST(VERSION)
+@@ -43,14 +42,6 @@
+ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
+ AC_REQUIRE([AC_PROG_MAKE_SET])])
+
+-
+-# serial 1
+-
+-AC_DEFUN(AM_PROG_INSTALL,
+-[AC_REQUIRE([AC_PROG_INSTALL])
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+-AC_SUBST(INSTALL_SCRIPT)dnl
+-])
+
+ #
+ # Check to make sure that the build environment is sane.