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
| CFLAGS += -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
you can set CFLAGS=-mieee in the environment, and it will get
picked up by the Makefile. You could then simply put the Alpha test in
debian/rules.
--
Kind regards,
+--------------------------------------------------------------------+
| Bas Zoetekouw | GPG key: 0644fab7 |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] | a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]