pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/30017 kaffe-esound for kaffe-1.1.5 (with patch)



The following reply was made to PR pkg/30017; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles%loria.fr@localhost>
To: gnats-bugs%netbsd.org@localhost
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; }
  
 



Home | Main Index | Thread Index | Old Index