Re: [Freeciv-Dev] (PR#39359) [patch] Don't overwrite CFLAGS

2007-05-12 Thread Per I. Mathisen
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39359 On Sat, 28 Apr 2007, Bastiaan Jacques wrote: Well, --with-sdl-prefix works, unless you are using the sdl client. Because in the SDL client, SDL includes are included like #include SDL/larlar.h while in the SDL audio code they're

Re: [Freeciv-Dev] (PR#39359) [patch] Don't overwrite CFLAGS

2007-04-28 Thread Bastiaan Jacques
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39359 On Fri, 27 Apr 2007, Per I. Mathisen wrote: URL: http://bugs.freeciv.org/Ticket/Display.html?id=39359 On Thu, 26 Apr 2007, Bastiaan Jacques wrote: The old CFLAGS is readded a bit later in the same file. What problem does this

Re: [Freeciv-Dev] (PR#39359) [patch] Don't overwrite CFLAGS

2007-04-27 Thread Bastiaan Jacques
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39359 On Thu, 26 Apr 2007, Per I. Mathisen wrote: URL: http://bugs.freeciv.org/Ticket/Display.html?id=39359 On Thu, 26 Apr 2007, Bastiaan Jacques wrote: The attached patch fixes a bug which would cause the passed CFLAGS to be

Re: [Freeciv-Dev] (PR#39359) [patch] Don't overwrite CFLAGS

2007-04-27 Thread Per I. Mathisen
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39359 On Thu, 26 Apr 2007, Bastiaan Jacques wrote: The old CFLAGS is readded a bit later in the same file. What problem does this patch solve? The problem is that the old CFLAGS are added 300 lines after they are removed. So they are not

Re: [Freeciv-Dev] (PR#39359) [patch] Don't overwrite CFLAGS

2007-04-26 Thread Per I. Mathisen
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39359 On Thu, 26 Apr 2007, Bastiaan Jacques wrote: The attached patch fixes a bug which would cause the passed CFLAGS to be overwritten when GCC is used. The old CFLAGS is readded a bit later in the same file. What problem does this patch