Subject: Re: pkg/29384: package games/digger fails build
To: None <wiz@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 02/16/2005 00:27:01
The following reply was made to PR pkg/29384; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: almeyers@consult-meyers.com
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/29384: package games/digger fails build
Date: Wed, 16 Feb 2005 01:25:13 +0100

 --IS0zKkzwUGydFO0o
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Tue, Feb 15, 2005 at 12:38:00PM +0000, almeyers@consult-meyers.com wrote:
 > >Synopsis:       package games/digger fails build
 
 Does the attached patch fix the problem?
 If not, could you try to come up with a similar one that
 does?
 
 Thanks,
  Thomas
 
 --IS0zKkzwUGydFO0o
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="digger.linux.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/games/digger/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- Makefile	3 Oct 2004 00:14:43 -0000	1.3
 +++ Makefile	16 Feb 2005 00:25:25 -0000
 @@ -2,7 +2,7 @@
  #
  
  DISTNAME=		digger-20020314
 -PKGREVISION=	1
 +PKGREVISION=		1
  CATEGORIES=		games
  MASTER_SITES=		http://www.digger.org/
  
 @@ -12,7 +12,13 @@
  
  USE_BUILDLINK3=		yes
  
 +.include "../../mk/bsd.prefs.mk"
 +
 +.if ${OPSYS:MLinux}
 +MAKEFILE=		Makefile.sdl
 +.else
  MAKEFILE=		Makefile.fbsd
 +.endif
  MAKE_FLAGS+=		-DSDL
  
  do-install:
 
 --IS0zKkzwUGydFO0o--