From kde-core-devel Wed Aug 30 19:42:47 2000 From: Martin Vogt Date: Wed, 30 Aug 2000 19:42:47 +0000 To: kde-core-devel Subject: Re: mpeglib cdrom patch.... X-MARC-Message: https://marc.info/?l=kde-core-devel&m=96766453625394 On Tue, Aug 29, 2000 at 10:17:18AM -0700, Alex Zepeda wrote: > On Tue, Aug 29, 2000 at 01:25:22PM +0200, Martin Vogt wrote: > > > > Hi, > > > > >Here's a small patch to correct the including of the Linux specific bits > > >on BSDs that I'd like to commit.... > > > > mpeglib is not build on *BSD anyway, but you can commit > > the patch. > > With that, it does. > No it does not. See in configure.in.in in mpeglib: case "$OS_TYPE" in Linux) kde_mpeglib_compiles=yes ;; AIX) kde_mpeglib_compiles=yes ;; *) AC_MSG_RESULT([*** We disable mpeglib for this platform ***]) DO_NOT_COMPILE="$DO_NOT_COMPILE mpeglib" ;; I dont think we should enable the BSD port for 2.0. too untested if if it does not work/compile I have not the time to fix this. Martin