[Gtkradiant] [Bug 606] Patch work for FreeBSD native build

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Wed, 21 Aug 2002 11:33:33 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=606

lyndon@bsd4us.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #310 is|0                           |1
           obsolete|                            |



------- Additional Comments From lyndon@bsd4us.org  2002-08-21 11:33 -------
Created an attachment (id=313)
 --> (http://zerowing.idsoftware.com/bugzilla/attachment.cgi?id=313&action=view)
Everything required to convert 1.2.10 for FreeBSD

This is the complete patch for FreeBSD.  It contains some bug fixes in contrib/
that are not platform dependent (and should probably be separated from this
patch for a new bug).  It also contains Conscript changes that will break
compatibility on Linux.  Most of the patch is benign WRT other architecures
(e.g. changing #if defined (__linux__) to #if defined (__linux__) || defined
(__FreeBSD__) ).