1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/raop_play/files/patch-raop_play-Makefile.in
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

30 lines
812 B
Plaintext

--- raop_play/Makefile.in.orig Fri Dec 16 23:17:00 2005
+++ raop_play/Makefile.in Thu Jul 6 16:38:02 2006
@@ -1,6 +1,7 @@
SHELL = @SHELL@
CC = @CC@
DEFS = @DEFS@
+LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -12,15 +13,15 @@
TARGET=raop_play
DESTDIR =
-CFLAGS=-Wall
+CFLAGS=-Wall -I$(prefix)/include/
OBJS := raop_play.o raop_client.o rtsp_client.o aexcl_lib.o base64.o aes.o m4a_stream.o \
audio_stream.o wav_stream.o mp3_stream.o flac_stream.o ogg_stream.o aac_stream.o pls_stream.o \
-pcm_stream.o flac_stream.o
+pcm_stream.o flac_stream.o ../rendezvous/getline.o
all: $(TARGET)
raop_play: $(OBJS)
- $(CC) -o $@ -lssl -lsamplerate -lid3tag $^
+ $(CC) -o $@ $(LDFLAGS) -lssl -lsamplerate -lid3tag $^
install:
$(mkinstalldirs) $(DESTDIR)$(bindir)/