[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

need help with bug #178837 (automake)



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 = -DNO_NV_BUMPREF
endif
SDL_CFLAGS = `sdl-config --cflags` -DUSE_SDL
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 ?

Frank



Reply to: