diff options
Diffstat (limited to 'games/maelstrom-sdl/patches/patch-ad')
-rw-r--r-- | games/maelstrom-sdl/patches/patch-ad | 17 |
1 files changed, 8 insertions, 9 deletions
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 + |