pkgsrc-Bugs archive

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

Re: pkg/38164: audio/libvisual-plugins does not build



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

From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/38164: audio/libvisual-plugins does not build
Date: Tue, 4 Mar 2008 20:23:35 +0100

 > >Description:
 > mplayer input plugin uses mremap(), which is only provided in -current.
 > >How-To-Repeat:
 > Build audio/libvisual-plugins on 4.0.
 > >Fix:
 > CONFIGURE_ARGS+=       --disable-mplayer
 > 
 
 It does one mmap() almost immediately followed by mremap().
 think it can instead be patched to do mmap(), munmap(), mmap().
 (but I didn't look closely)
 


Home | Main Index | Thread Index | Old Index