blob: b438736d73003413043cd53b33af025df2110b10 (
plain)
1
2
3
4
5
6
7
8
9
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 \
|