From 6ae6acf3178d7dd10e2326f6833d25970e530f61 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 14 Apr 2004 18:08:41 +0000 Subject: Add instructions for doing a release clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel. --- fc-match/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc-match') diff --git a/fc-match/Makefile.am b/fc-match/Makefile.am index 80629fc..7a32e34 100644 --- a/fc-match/Makefile.am +++ b/fc-match/Makefile.am @@ -25,7 +25,7 @@ bin_PROGRAMS=fc-match man_MANS=fc-match.1 -INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) +INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS) EXTRA_DIST=$(man_MANS) -- cgit v1.2.3