diff options
Diffstat (limited to 'package/fis/fis-002-makefile.patch')
-rw-r--r-- | package/fis/fis-002-makefile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/fis/fis-002-makefile.patch b/package/fis/fis-002-makefile.patch new file mode 100644 index 000000000..0b922a27e --- /dev/null +++ b/package/fis/fis-002-makefile.patch @@ -0,0 +1,10 @@ +--- fis/Makefile0 1970-01-01 10:00:00.000000000 +1000 ++++ fis/Makefile 2007-10-18 12:08:56.000000000 +1000 +@@ -0,0 +1,7 @@ ++CFLAGS += -std=c99 ++ ++fis: fis.o crc.o ++ ++clean: ++ -rm -f fis *.o ++ |