It would help if I attached the patch. Sorry about that. On Thu, Aug 27, 2009 at 11:16:52AM -0500, William Hubbs wrote: > Hi Raman, > > This patch allows a packager to add to the cflags and cxxflags in the > makefile by specifying flags on the command line without overriding the > flags specified in the makefile. > > William > > ----------------------------------------------------------------------------- > To unsubscribe from the emacspeak list or change your address on the > emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a > subject of "unsubscribe" or "help". >
Index: Makefile =================================================================== --- Makefile (revision 6213) +++ Makefile (working copy) @@ -7,8 +7,8 @@ TCL_VERSION=8.4 TCL_INCLUDE=/usr/include/tcl$(TCL_VERSION) -CFLAGS= -g -O2 -fPIC -DPIC -pedantic -ansi -Wall -Wno-long-long -I$(TCL_INCLUDE) -CXXFLAGS= $(CFLAGS) +CFLAGS+= -g -O2 -fPIC -DPIC -pedantic -ansi -Wall -Wno-long-long -I$(TCL_INCLUDE) +CXXFLAGS+= $(CFLAGS) LIBS= -ltcl$(TCL_VERSION) -lasound -ldl all: atcleci.so
If you have questions about this archive or had problems using it, please send mail to:
priestdo@xxxxxxxxxxx No Soliciting!Emacspeak List Archive | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 | 2000 | 1999 | 1998 | Pre 1998