diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2011-06-03 23:10:23 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:34:34 -0400 |
commit | 7f5a294a83ffa7531481da6b3cf41fa3c6f534ed (patch) | |
tree | 9381111b4652ac142097a78f3432b78bc09a8fbf /audio/pianobar/Makefile.diff | |
parent | 59ac78b61a272e8ea1f985b0a8110b72377e481b (diff) | |
download | slackbuilds-7f5a294a83ffa7531481da6b3cf41fa3c6f534ed.tar.gz |
audio/pianobar: Updated for version 2011.04.27.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/pianobar/Makefile.diff')
-rw-r--r-- | audio/pianobar/Makefile.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/pianobar/Makefile.diff b/audio/pianobar/Makefile.diff new file mode 100644 index 0000000000..84965d61a2 --- /dev/null +++ b/audio/pianobar/Makefile.diff @@ -0,0 +1,13 @@ +--- pianobar-2011.04.27.orig/Makefile 2011-04-27 14:11:06.000000000 -0500 ++++ pianobar-2011.04.27/Makefile 2011-05-01 17:11:47.000000000 -0500 +@@ -6,9 +6,8 @@ + INCDIR:=${PREFIX}/include + MANDIR:=${PREFIX}/share/man + DYNLINK:=0 +-CFLAGS:=-O2 -DNDEBUG ++CFLAGS+=-std=c99 -O2 -DNDEBUG + LDFLAGS:= +-CC:=c99 + + PIANOBAR_DIR=src + PIANOBAR_SRC=\ |