packages/sound/shell-fm/patches/001-cross_compile.patch

13 lines
473 B
Diff
Raw Normal View History

diff -urN shell-fm-0.5/source/Makefile shell-fm-0.5.new/source/Makefile
--- shell-fm-0.5/source/Makefile 2008-04-10 22:27:28.000000000 +0200
+++ shell-fm-0.5.new/source/Makefile 2008-07-26 21:00:48.000000000 +0200
@@ -9,7 +9,7 @@
.PHONY: clean
shell-fm : $(OBJECT)
- gcc -o $(BINARY) $(CFLAGS) $(OBJECT) $(shell pkg-config mad --libs) $(LDFLAGS)
+ $(CC) -o $(BINARY) $(CFLAGS) $(OBJECT) $(shell pkg-config mad --libs) $(LDFLAGS)
clean :
rm -f $(OBJECT) $(BINARY)