2011-07-19 14:59:56 +02:00
|
|
|
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 @@
|
2011-06-04 06:10:23 +02:00
|
|
|
MANDIR:=${PREFIX}/share/man
|
|
|
|
DYNLINK:=0
|
2011-07-19 14:59:56 +02:00
|
|
|
|
|
|
|
-# Respect environment variables set by user; does not work with :=
|
|
|
|
-ifeq (${CFLAGS},)
|
|
|
|
- CFLAGS=-O2 -DNDEBUG
|
|
|
|
-endif
|
|
|
|
-ifeq (${CC},cc)
|
|
|
|
- CC=c99
|
|
|
|
-endif
|
2011-06-04 06:10:23 +02:00
|
|
|
+CFLAGS+=-std=c99 -O2 -DNDEBUG
|
|
|
|
|
|
|
|
PIANOBAR_DIR=src
|
|
|
|
PIANOBAR_SRC=\
|