diff options
Diffstat (limited to 'recipes/cdstatus/cdstatus-0.97.01/Makefile.am.patch')
-rw-r--r-- | recipes/cdstatus/cdstatus-0.97.01/Makefile.am.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/cdstatus/cdstatus-0.97.01/Makefile.am.patch b/recipes/cdstatus/cdstatus-0.97.01/Makefile.am.patch new file mode 100644 index 0000000000..b438736d73 --- /dev/null +++ b/recipes/cdstatus/cdstatus-0.97.01/Makefile.am.patch @@ -0,0 +1,10 @@ +Index: cdstatus-0.97.01/src/Makefile.am +=================================================================== +--- cdstatus-0.97.01.orig/src/Makefile.am ++++ cdstatus-0.97.01/src/Makefile.am +@@ -1,4 +1,4 @@ +-AM_CFLAGS = -O2 -funroll-loops -finline-functions --std=c99 ++AM_CFLAGS = -O2 -funroll-loops -finline-functions + bin_PROGRAMS = cdstatus + cdstatus_SOURCES = \ + args.h \ |