diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-18 14:39:22 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-18 14:39:22 +0200 |
commit | cc9e1d405e9336bf771bba2e2125c38fdde5aa10 (patch) | |
tree | fcf7696878d91dafc80d375611ee110032c93447 /recipes/cdstatus/cdstatus-0.97.01/Makefile.am.patch | |
parent | 99d5ba358e3f063f87300fa4598f331431303217 (diff) |
cdstatus: updated to 0.97.01
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 \ |