diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-09 23:06:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-09 23:06:36 +0000 |
commit | 3f622fa6977a76f013c4cd0f94644ad268805f82 (patch) | |
tree | eb0beb14f38795441f3de4dbbc3ad897b8b2e49a /audio/libshout2/files | |
parent | 58ec204205221aab24d9b4be6c649c1f8921c322 (diff) | |
download | ports-3f622fa6977a76f013c4cd0f94644ad268805f82.tar.gz ports-3f622fa6977a76f013c4cd0f94644ad268805f82.zip |
Notes
Diffstat (limited to 'audio/libshout2/files')
-rw-r--r-- | audio/libshout2/files/patch-libshout-shout.pc.in | 10 | ||||
-rw-r--r-- | audio/libshout2/files/patch-src-Makefile.am | 22 |
2 files changed, 32 insertions, 0 deletions
diff --git a/audio/libshout2/files/patch-libshout-shout.pc.in b/audio/libshout2/files/patch-libshout-shout.pc.in new file mode 100644 index 000000000000..2a0eefce8779 --- /dev/null +++ b/audio/libshout2/files/patch-libshout-shout.pc.in @@ -0,0 +1,10 @@ +--- shout.pc.in.orig 2007-12-11 14:35:45.000000000 +0100 ++++ shout.pc.in 2007-12-11 14:35:56.000000000 +0100 +@@ -10,6 +10,6 @@ + Name: Shout + Description: Audio streaming library for icecast encoders + Version: @VERSION@ +-Requires: @SHOUT_REQUIRES@ ++Requires.private: @SHOUT_REQUIRES@ + Libs: -L${libdir} -lshout + Cflags: -I${includedir} @PTHREAD_CPPFLAGS@ @SHOUT_CFLAGS@ diff --git a/audio/libshout2/files/patch-src-Makefile.am b/audio/libshout2/files/patch-src-Makefile.am new file mode 100644 index 000000000000..8d8a6d2612cf --- /dev/null +++ b/audio/libshout2/files/patch-src-Makefile.am @@ -0,0 +1,22 @@ +--- src/Makefile.am.orig 2006-01-03 20:22:17.000000000 +0100 ++++ src/Makefile.am 2006-05-28 18:37:22.000000000 +0200 +@@ -26,7 +26,7 @@ + AM_CFLAGS = @XIPH_CFLAGS@ + + libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\ +- httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) ++ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(SPEEX_LIBS) $(VORBIS_LIBS) + + INCLUDES = -I$(top_builddir)/include + +--- src/Makefile.in.orig 2006-01-03 20:24:29.000000000 +0100 ++++ src/Makefile.in 2006-05-28 18:37:56.000000000 +0200 +@@ -261,7 +261,7 @@ + libshout_la_SOURCES = shout.c util.c ogg.c vorbis.c mp3.c $(MAYBE_THEORA) $(MAYBE_SPEEX) + AM_CFLAGS = @XIPH_CFLAGS@ + libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\ +- httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) ++ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(SPEEX_LIBS) $(VORBIS_LIBS) + + INCLUDES = -I$(top_builddir)/include + all: all-recursive |