freebsd-ports/audio/raop_play/files/patch-Makefile
Munechika SUMIKAWA 471473dc4b raop_play is a music file player for Apple Airport Express,
the main functionalities are as follows:

* Discover Airport Express by Apple Rendezvous
* Browse music files
  (Supported music file format: m4a(alac or aac), wav, mp3, ogg, aac, pls)
* Send selected files to the Airport Express
* Play mp3 stream data (filename started with "http://")

WWW: http://raop-play.sourceforge.net/
2006-12-08 18:14:11 +00:00

14 lines
371 B
Text

--- Makefile.in- Fri Aug 12 09:57:20 2005
+++ Makefile.in Fri Aug 12 09:57:58 2005
@@ -1,9 +1,9 @@
SUBDIRS = rendezvous raop_play aexcl
all:
- for i in $(SUBDIRS); do make -C $$i; done
+ for i in $(SUBDIRS); do gmake -C $$i; done
install uninstall clean:
- for i in $(SUBDIRS); do make -C $$i $@; done
+ for i in $(SUBDIRS); do gmake -C $$i $@; done
distclean: