diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2011-07-19 09:59:56 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:12 -0500 |
commit | 5d2fe40bf19ffb3a77ece62b61c46bc0aa1b4c98 (patch) | |
tree | f7f15b4409a5c0e2c6d1b6bf968950f6219c1800 /audio/pianobar/Makefile.diff | |
parent | 5cf142a29f11d10daf37ec55951667fa222b27a6 (diff) | |
download | slackbuilds-5d2fe40bf19ffb3a77ece62b61c46bc0aa1b4c98.tar.gz |
audio/pianobar: Updated for version 2011.07.09.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/pianobar/Makefile.diff')
-rw-r--r-- | audio/pianobar/Makefile.diff | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/audio/pianobar/Makefile.diff b/audio/pianobar/Makefile.diff index 84965d61a2..2faefac08d 100644 --- a/audio/pianobar/Makefile.diff +++ b/audio/pianobar/Makefile.diff @@ -1,13 +1,18 @@ ---- 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 +diff -ru pianobar-2011.07.09-orig/Makefile pianobar-2011.07.09/Makefile +--- pianobar-2011.07.09-orig/Makefile 2011-07-09 04:40:54.000000000 -0400 ++++ pianobar-2011.07.09/Makefile 2011-07-09 23:23:28.000000000 -0400 +@@ -7,13 +7,7 @@ MANDIR:=${PREFIX}/share/man DYNLINK:=0 --CFLAGS:=-O2 -DNDEBUG + +-# Respect environment variables set by user; does not work with := +-ifeq (${CFLAGS},) +- CFLAGS=-O2 -DNDEBUG +-endif +-ifeq (${CC},cc) +- CC=c99 +-endif +CFLAGS+=-std=c99 -O2 -DNDEBUG - LDFLAGS:= --CC:=c99 PIANOBAR_DIR=src PIANOBAR_SRC=\ |