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