Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-11 Thread Alexander Hansen
> On Feb 11, 2015, at 4:39 AM, Hanspeter Niederstrasser > wrote: > > On 2/10/2015 8:44 PM, Jack Howarth wrote: >> Hanspeter, >> Now that a working implementation for the automatic appending of >> the appropriate X11 include and linker flags to CPPFLAGS and LDFLAGS >> has been checked in t

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-11 Thread Alexander Hansen
> On Feb 11, 2015, at 4:04 AM, Jack Howarth wrote: > > On Tue, Feb 10, 2015 at 11:47 PM, Alexander Hansen > mailto:alexanderk.han...@gmail.com>> wrote: >> >>> On Feb 10, 2015, at 8:17 PM, Jack Howarth wrote: >>> >>> Alexander, >>> The rational for the request to add these new environmenta

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-11 Thread Jack Howarth
I am completely agnostic on their names. Just so they are available and are automatically set to match the OS release in use (e.g. /usr/X11 on darwin11 and earlier and /opt/X11 on darwin12 and later). On Wed, Feb 11, 2015 at 7:39 AM, Hanspeter Niederstrasser wrote: > On 2/10/2015 8:44 PM, Jack Ho

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-11 Thread Hanspeter Niederstrasser
On 2/10/2015 8:44 PM, Jack Howarth wrote: > Hanspeter, >Now that a working implementation for the automatic appending of > the appropriate X11 include and linker flags to CPPFLAGS and LDFLAGS > has been checked in to fink git... > > http://sourceforge.net/p/fink/patches/158/ > > we need the

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-11 Thread Jack Howarth
On Tue, Feb 10, 2015 at 11:47 PM, Alexander Hansen wrote: > >> On Feb 10, 2015, at 8:17 PM, Jack Howarth wrote: >> >> Alexander, >> The rational for the request to add these new environmentals was >> to handle those packages that currently need the X11 includes passed >> on CFLAGS rather tha

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-10 Thread Alexander Hansen
> On Feb 10, 2015, at 8:17 PM, Jack Howarth wrote: > > Alexander, > The rational for the request to add these new environmentals was > to handle those packages that currently need the X11 includes passed > on CFLAGS rather than CPPFLAGS. > > % grep -R X11 * | grep CFLAGS | grep info > gnom

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-10 Thread Alexander Hansen
> On Feb 10, 2015, at 8:38 PM, Jack Howarth wrote: > > On Tue, Feb 10, 2015 at 10:14 PM, Alexander Hansen > mailto:alexanderk.han...@gmail.com>> wrote: >> >> On Feb 10, 2015, at 6:44 PM, Jack Howarth wrote: >> >> Hanspeter, >> Now that a working implementation for the automatic appending

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-10 Thread Jack Howarth
On Tue, Feb 10, 2015 at 10:14 PM, Alexander Hansen wrote: > > On Feb 10, 2015, at 6:44 PM, Jack Howarth wrote: > > Hanspeter, > Now that a working implementation for the automatic appending of > the appropriate X11 include and linker flags to CPPFLAGS and LDFLAGS > has been checked in to fin

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-10 Thread Jack Howarth
Alexander, The rational for the request to add these new environmentals was to handle those packages that currently need the X11 includes passed on CFLAGS rather than CPPFLAGS. % grep -R X11 * | grep CFLAGS | grep info gnome/gedit.info:ConfigureParams: --disable-static --disable-scrollkeeper

Re: [Fink-devel] fink-buildenv-modules enhancements for X11 flags

2015-02-10 Thread Alexander Hansen
> On Feb 10, 2015, at 6:44 PM, Jack Howarth wrote: > > Hanspeter, > Now that a working implementation for the automatic appending of > the appropriate X11 include and linker flags to CPPFLAGS and LDFLAGS > has been checked in to fink git... > > http://sourceforge.net/p/fink/patches/158/ >