Subject: Re: pkg/30017 kaffe-esound for kaffe-1.1.5 (with patch)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: pkgsrc-bugs
Date: 04/25/2005 12:35:02
The following reply was made to PR pkg/30017; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles@loria.fr>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/30017 kaffe-esound for kaffe-1.1.5 (with patch)
Date: Mon, 25 Apr 2005 14:32:22 +0200

 And now a patch for kaffe-esound to 1.1.5
 
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/lang/kaffe-esound/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- Makefile	17 Oct 2004 15:32:57 -0000	1.3
 +++ Makefile	25 Apr 2005 12:29:20 -0000
 @@ -9,11 +9,13 @@
  COMMENT+=		(sound support through esound)
  
  CONFIGURE_ARGS:=	${CONFIGURE_ARGS:S/--without-esd/--with-esd/}
 +CONFIGURE_ARGS:=	${CONFIGURE_ARGS:S/--disable-esdtest//}
  
 -BUILD_DIRS=		${WRKSRC}/config
 +BUILD_DIRS=		  ${WRKSRC}/config
 +BUILD_DIRS+=    ${WRKSRC}/libraries/javalib
  BUILD_DIRS+=		${WRKSRC}/include
 -BUILD_DIRS+=		${WRKSRC}/libraries/extensions/sound/esd
 -INSTALL_DIRS=		${WRKSRC}/libraries/extensions/sound/esd
 +BUILD_DIRS+=		${WRKSRC}/libraries/clib/sound/esd
 +INSTALL_DIRS=		${WRKSRC}/libraries/clib/sound/esd
  
  PRINT_PLIST_AWK+=	/^@dirrm/ { print "@comment in kaffe: " $$0; next; }