aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vitunes/files/patch-Makefile
blob: e0b3b550ecad5ae1e823a94396478cc69abdb25e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./Makefile.orig 2010-01-04 03:17:55.000000000 +0100
+++ ./Makefile  2010-01-05 18:32:48.000000000 +0100
@@ -7,7 +7,7 @@
 LDEPS=-L/usr/local/lib -lid3tag -lmp4v2 -logg -lvorbis -lvorbisfile
 
 CC=/usr/bin/gcc
-CFLAGS=-c -Wall -ansi -g $(CDEPS)
+CFLAGS=-c -Wall -g $(CDEPS) -std=c99
 LDFLAGS=-lutil -lncurses -lm $(LDEPS)