[VCDImager Bugs/Devel] Patch for FreeBSD

Berend de Boer <[email protected]> 21 Sep 2002 10:33:17 +1200
Newsgroups gmane.comp.gnu.vcdimager.bugs
Message-ID <[email protected]>
Hello vcdimager,

If you change this line in libvcd/vcd_types then FreeBSD compiles out
of the box:

#ifdef __bsdi__

to this:

#if ( defined(__bsdi__) || defined(__FreeBSD__) )


That's line 48.

I'm currently burning a cd to see if it really works, but the fix
seems fine. Let me know if it made it in the release.

-- 
Live long and prosper,

Berend de Boer