File input-utils-makefile.patch of Package input-utils
--- Makefile +++ Makefile @@ -41,8 +41,7 @@ $(RM) *.o *.swp $(PROGRAMS) *.orig *.rej map *~ ffcfstress: ffcfstress.c - $(CC) -O2 -fno-implement-inlines -funsigned-char \ - -lm ffcfstress.c -o ffcfstress + $(CC) $(CFLAGS) $(CPPFLAGS) -lm $^ -o $@ ffmvforce.o: ffmvforce.c $(CC) -c $(CFLAGS) $(CPPFLAGS) $^ -o $@ `sdl-config --cflags`