[PATCH] Pass -P to the preprocessor when generating filenames for the manpage.

2015-09-09 Thread Aurelien Jarno
From: Stefan Dirsch Fixes build with GCC 5. Patch by Richard Biener --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) sessreg doesn't build with GCC 5 (BZ90615), due to new line markers in the preprocessor output. GCC documentation advise to use -P [1]. This is the solu

Re: [PATCH] Pass -P to the preprocessor when generating filenames for the manpage.

2015-09-30 Thread Matt Turner
On Wed, Sep 9, 2015 at 2:44 PM, Aurelien Jarno wrote: > From: Stefan Dirsch > > Fixes build with GCC 5. Patch by Richard Biener > --- > man/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > sessreg doesn't build with GCC 5 (BZ90615), due to new line markers in > the prepro

Re: [PATCH] Pass -P to the preprocessor when generating filenames for the manpage.

2015-10-07 Thread Matt Turner
On Wed, Oct 7, 2015 at 7:46 AM, Aurelien Jarno wrote: > On 2015-09-30 15:16, Matt Turner wrote: >> On Wed, Sep 9, 2015 at 2:44 PM, Aurelien Jarno wrote: >> > From: Stefan Dirsch >> > >> > Fixes build with GCC 5. Patch by Richard Biener >> > --- >> > man/Makefile.am | 2 +- >> > 1 file changed,

Re: [PATCH] Pass -P to the preprocessor when generating filenames for the manpage.

2015-10-07 Thread Aurelien Jarno
On 2015-09-30 15:16, Matt Turner wrote: > On Wed, Sep 9, 2015 at 2:44 PM, Aurelien Jarno wrote: > > From: Stefan Dirsch > > > > Fixes build with GCC 5. Patch by Richard Biener > > --- > > man/Makefile.am | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > sessreg doesn't build wit