Update shell-fm to 0.5 (#3614)
[openwrt/svn-archive/archive.git] / sound / shell-fm / patches / 001-cross_compile.patch
1 diff -urN shell-fm-0.5/source/Makefile shell-fm-0.5.new/source/Makefile
2 --- shell-fm-0.5/source/Makefile 2008-04-10 22:27:28.000000000 +0200
3 +++ shell-fm-0.5.new/source/Makefile 2008-07-26 21:00:48.000000000 +0200
4 @@ -9,7 +9,7 @@
5 .PHONY: clean
6
7 shell-fm : $(OBJECT)
8 - gcc -o $(BINARY) $(CFLAGS) $(OBJECT) $(shell pkg-config mad --libs) $(LDFLAGS)
9 + $(CC) -o $(BINARY) $(CFLAGS) $(OBJECT) $(shell pkg-config mad --libs) $(LDFLAGS)
10
11 clean :
12 rm -f $(OBJECT) $(BINARY)