Re: need help with bug #178837 (automake)

2003-02-03 Thread Oohara Yuuma
On Mon, 3 Feb 2003 21:35:28 +0100, Frank Gevaerts <[EMAIL PROTECTED]> wrote: > On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote: > > In particular, in debian/rules you could do (the first line probably > > already > > being present from dh_make): > > > > DEB_BUILD_GNU_CPU = $(shell

Re: need help with bug #178837 (automake)

2003-02-03 Thread Oohara Yuuma
On Mon, 3 Feb 2003 21:35:28 +0100, Frank Gevaerts <[EMAIL PROTECTED]> wrote: > On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote: > > In particular, in debian/rules you could do (the first line probably > > already > > being present from dh_make): > > > > DEB_BUILD_GNU_CPU = $(shell

Re: need help with bug #178837 (automake)

2003-02-03 Thread Simon Richter
Frank, > What do I have to change to be able to add -mieee on alpha, preferably > from debian/rules, or configure ? Since this problem is not Debian specific, the best way would be to add it in the configure script if required (i.e. patch configure.in and submit upstream). There may already be so

Re: need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
On Mon, Feb 03, 2003 at 09:23:39PM +0100, Bas Zoetekouw wrote: > Hi Frank! > > You wrote: > > > Makefile.am now says > [...] > > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} > > ${BUMPREF_CFLAGS} ` > > > What do I have to change to be able to add -mieee on alpha, preferably > >

Re: need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Leo "Costela" Antunes wrote: > >>from debian/rules, or configure ? > > if > In particular, in debian/rules you could do (the first line probably already > being present from dh_m

Re: need help with bug #178837 (automake)

2003-02-03 Thread Bas Zoetekouw
Hi Frank! You wrote: > Makefile.am now says [...] > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} > ${BUMPREF_CFLAGS} ` > What do I have to change to be able to add -mieee on alpha, preferably > from debian/rules, or configure ? If you change the above line in Makefile.am to |

Re: need help with bug #178837 (automake)

2003-02-03 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo "Costela" Antunes wrote: >>from debian/rules, or configure ? > if In particular, in debian/rules you could do (the first line probably already being present from dh_make): DEB_BUILD_GNU_CPU = $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) ifeq ($

Re: need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
On Mon, Feb 03, 2003 at 05:11:52PM -0200, Leo Costela Antunes wrote: > On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote: > > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} > > ${BUMPREF_CFLAGS} ` > > > > What do I have to change to be able to add -mieee on alpha, preferably > > fro

Re: need help with bug #178837 (automake)

2003-02-03 Thread Joe Nahmias
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote: > > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} > > ${BUMPREF_CFLAGS} ` > > > > What do I have to change to be able to add -mieee on alpha, preferably > > from debian/rules, or con

Re: need help with bug #178837 (automake)

2003-02-03 Thread Simon Richter
Frank, > What do I have to change to be able to add -mieee on alpha, preferably > from debian/rules, or configure ? Since this problem is not Debian specific, the best way would be to add it in the configure script if required (i.e. patch configure.in and submit upstream). There may already be so

Re: need help with bug #178837 (automake)

2003-02-03 Thread Leo \"Costela\" Antunes
On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote: > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} > ${BUMPREF_CFLAGS} ` > > What do I have to change to be able to add -mieee on alpha, preferably > from debian/rules, or configure ? I'd use something like this: CFLAGS = "-O2 -Wall

Re: need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
On Mon, Feb 03, 2003 at 09:23:39PM +0100, Bas Zoetekouw wrote: > Hi Frank! > > You wrote: > > > Makefile.am now says > [...] > > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} ` > > > What do I have to change to be able to add -mieee on alpha, preferably > > from

need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
Hi, the foobillard Makefile.am contains hardcoded CFLAGS. I need to change them for foobillard to work on alpha. Can anyone help me with this ? The problem is that I don't really know where the default should be set. Makefile.am now says if USE_BUMPREF BUMPREF_CFLAGS = else BUMPREF_CFLAGS = -DN

Re: need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Leo "Costela" Antunes wrote: > >>from debian/rules, or configure ? > > if > In particular, in debian/rules you could do (the first line probably already > being present from dh_m

Re: need help with bug #178837 (automake)

2003-02-03 Thread Bas Zoetekouw
Hi Frank! You wrote: > Makefile.am now says [...] > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} ` > What do I have to change to be able to add -mieee on alpha, preferably > from debian/rules, or configure ? If you change the above line in Makefile.am to | CF

Re: need help with bug #178837 (automake)

2003-02-03 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo "Costela" Antunes wrote: >>from debian/rules, or configure ? > if In particular, in debian/rules you could do (the first line probably already being present from dh_make): DEB_BUILD_GNU_CPU = $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) ifeq ($

Re: need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
On Mon, Feb 03, 2003 at 05:11:52PM -0200, Leo Costela Antunes wrote: > On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote: > > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} ` > > > > What do I have to change to be able to add -mieee on alpha, preferably > > from deb

Re: need help with bug #178837 (automake)

2003-02-03 Thread Joe Nahmias
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote: > > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} ` > > > > What do I have to change to be able to add -mieee on alpha, preferably > > from debian/rules, or configur

Re: need help with bug #178837 (automake)

2003-02-03 Thread Leo \"Costela\" Antunes
On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote: > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} ` > > What do I have to change to be able to add -mieee on alpha, preferably > from debian/rules, or configure ? I'd use something like this: CFLAGS = "-O2 -Wall" i

need help with bug #178837 (automake)

2003-02-03 Thread Frank Gevaerts
Hi, the foobillard Makefile.am contains hardcoded CFLAGS. I need to change them for foobillard to work on alpha. Can anyone help me with this ? The problem is that I don't really know where the default should be set. Makefile.am now says if USE_BUMPREF BUMPREF_CFLAGS = else BUMPREF_CFLAGS = -DN