summaryrefslogtreecommitdiff
path: root/games/maelstrom-sdl/patches
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-27 00:50:23 +0000
committersnj <snj@pkgsrc.org>2004-02-27 00:50:23 +0000
commitf6263f910d3a81ae72e763a6bf20d5990a8984f2 (patch)
tree815e109fd0e1c6c27380c7bf11b403deda3387fb /games/maelstrom-sdl/patches
parentfb35776bc12a7f8bfb9f361377a1c1509b7818c4 (diff)
downloadpkgsrc-f6263f910d3a81ae72e763a6bf20d5990a8984f2.tar.gz
Fix install on non-NetBSD systems. From gendalia@ in PR pkg/24312.
Diffstat (limited to 'games/maelstrom-sdl/patches')
-rw-r--r--games/maelstrom-sdl/patches/patch-ac17
-rw-r--r--games/maelstrom-sdl/patches/patch-ad17
2 files changed, 16 insertions, 18 deletions
diff --git a/games/maelstrom-sdl/patches/patch-ac b/games/maelstrom-sdl/patches/patch-ac
index f1a0bf6d7a0..fb83e7ed5bb 100644
--- a/games/maelstrom-sdl/patches/patch-ac
+++ b/games/maelstrom-sdl/patches/patch-ac
@@ -1,15 +1,14 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/07/11 13:21:28 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2004/02/27 00:50:23 snj Exp $
---- configure.in.orig Fri Jul 20 17:12:49 2001
-+++ configure.in
-@@ -104,6 +104,10 @@
- ac_default_prefix=/boot/beos
+--- configure.in.orig 2001-07-20 08:12:49.000000000 -0700
++++ configure.in 2004-02-26 16:38:52.000000000 -0800
+@@ -105,7 +105,8 @@ case "$target" in
GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
;;
-+ *-*-netbsd*)
+ *)
+- GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
+ GAME_INSTALLDIR="\$(prefix)/share/$PACKAGE"
+ DOC_INSTALLDIR="\$(prefix)/share/doc/$PACKAGE"
-+ ;;
- *)
- GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
;;
+ esac
+ AC_SUBST(GAME_INSTALLDIR)
diff --git a/games/maelstrom-sdl/patches/patch-ad b/games/maelstrom-sdl/patches/patch-ad
index c0566af035e..d78d476f2a9 100644
--- a/games/maelstrom-sdl/patches/patch-ad
+++ b/games/maelstrom-sdl/patches/patch-ad
@@ -1,15 +1,14 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/07/11 13:21:28 wiz Exp $
+$NetBSD: patch-ad,v 1.2 2004/02/27 00:50:23 snj Exp $
---- configure.orig Mon Jul 23 05:55:55 2001
-+++ configure
-@@ -1667,6 +1667,10 @@
- ac_default_prefix=/boot/beos
+--- configure.orig 2001-07-22 20:55:55.000000000 -0700
++++ configure 2004-02-26 16:39:36.000000000 -0800
+@@ -1668,7 +1668,8 @@ case "$target" in
GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
;;
-+ *-*-netbsd*)
+ *)
+- GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
+ GAME_INSTALLDIR="\$(prefix)/share/$PACKAGE"
+ DOC_INSTALLDIR="\$(prefix)/share/doc/$PACKAGE"
-+ ;;
- *)
- GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
;;
+ esac
+