diff options
Diffstat (limited to 'audio/pianobar/Makefile.diff')
-rw-r--r-- | audio/pianobar/Makefile.diff | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/pianobar/Makefile.diff b/audio/pianobar/Makefile.diff deleted file mode 100644 index 2756b57cfdcf4..0000000000000 --- a/audio/pianobar/Makefile.diff +++ /dev/null @@ -1,25 +0,0 @@ -diff -Naur pianobar-2013.09.15-orig/Makefile pianobar-2013.09.15/Makefile ---- pianobar-2013.09.15-orig/Makefile 2013-09-15 09:54:04.000000000 -0400 -+++ pianobar-2013.09.15/Makefile 2013-09-27 23:54:19.406220780 -0400 -@@ -7,20 +7,7 @@ - MANDIR:=${PREFIX}/share/man - DYNLINK:=0 - --# Respect environment variables set by user; does not work with := --ifeq (${CFLAGS},) -- CFLAGS=-O2 -DNDEBUG --endif --ifeq (${CC},cc) -- OS := $(shell uname) -- ifeq (${OS},Darwin) -- CC=gcc -std=c99 -- else ifeq (${OS},FreeBSD) -- CC=cc -std=c99 -- else -- CC=c99 -- endif --endif -+CFLAGS+=-std=c99 -O2 -DNDEBUG - - PIANOBAR_DIR:=src - PIANOBAR_SRC:=\ |