diff options
author | Keith Packard <keithp@keithp.com> | 2004-04-14 18:08:41 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-04-14 18:08:41 +0000 |
commit | 6ae6acf3178d7dd10e2326f6833d25970e530f61 (patch) | |
tree | bfae5a114a434b0aa0931ab63aeb90598b37ba95 /fc-match | |
parent | 89e28590f3c85f302dcc5c611e7b9fa906e0ec07 (diff) |
Add instructions for doing a releasefc-2_2_93
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.
Diffstat (limited to 'fc-match')
-rw-r--r-- | fc-match/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |