From 257b9388fc234b2f8d515124784ce9e42db6bb0d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 30 Jul 2005 19:32:32 +0000 Subject: Add -D flags to clear more compiler warnings (Stefan Dirsch) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a60b2c8..2dc8fb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = fonttosfnt -fonttosfnt_CFLAGS = $(FONTTOSFNT_CFLAGS) -DXVENDORNAME=\"X.org\ Foundation\" -DXVENDORNAMESHORT=\"X.org\" +fonttosfnt_CFLAGS = $(FONTTOSFNT_CFLAGS) -DXVENDORNAME=\"X.org\ Foundation\" -DXVENDORNAMESHORT=\"X.org\" -D_BSD_SOURCE fonttosfnt_LDADD = $(FONTTOSFNT_LIBS) -lm fonttosfnt_SOURCES = \ -- cgit v1.2.3