On Mon, Aug 27, 2012 at 01:03:37AM +1000, Jonathan Gray wrote: > On Sun, Aug 26, 2012 at 10:43:20AM -0400, Brad Smith wrote: > > On Thu, Aug 23, 2012 at 12:48:07AM -0400, Brad Smith wrote: > > > On Thu, Aug 23, 2012 at 11:47:27AM +1000, Jonathan Gray wrote: > > > > sdl-config --cflags unconditionally sets _GNU_SOURCE, > > > > as non posix glibc functions are often hidden under this > > > > ifdef it tends to break code and I see no reason to define it. > > > > > > This looks good and SDL 2 removes the use of this flag. > > > > After asking about the use of _GNU_SOURCE upstream it has been > > removed even for the SDL 1.2 branch.. > > Thanks for chasing this up. So I guess we wait on the next 1.2 > release then?
I'm not sure if there ever will be another 1.2 release. We can just patch it in the ports tree until a potential future release if there is one. So just remove _GNU_SOURCE as the commit did for the default OS case. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
