Subject: mp3blaster
To: None <tech-pkg@netbsd.org>
From: David S. <davids@idiom.com>
List: tech-pkg
Date: 11/23/2002 20:03:31
Mp3blaster builds but doesn't work with curses, at least not on my
i386 -current system.  It does, however, work with ncurses.  To
get it to build with ncurses, I had to remove the "--with-curses"
CONFIGURE_ARG,

	goldfinger:23% diff -c Makefile Makefile.orig    
	*** Makefile    Sat Nov 23 19:55:44 2002
	--- Makefile.orig       Sat Nov 23 19:55:34 2002
	***************
	*** 14,19 ****
	--- 14,20 ----
	  
	  GNU_CONFIGURE=        yes
	  CONFIGURE_ARGS+="--with-cxxflags=${CXXFLAGS}" \
	+               --with-curses \
	                --with-oggvorbis \
	                --enable-newthreads

(Why does the make file have "--with-curses" and 
".include "../../devel/ncurses/buildlink2.mk" anyway?) and add 
"USE_NCURSES=yes" to '/etc/mk.conf'.

David S.