diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-16 23:16:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-16 23:16:27 +0000 |
commit | 017948482aa208b038eb574bc3a282ffae9f56a0 (patch) | |
tree | af86b12d74673d3f04c44f2c5b4085e8692d29b8 /audio/ruby-shout | |
parent | 72c195aca1e5d972ac4b08ec88112f7e9f9b19b3 (diff) |
Fix compile with libshout 2.2
Notes
Notes:
svn path=/head/; revision=153695
Diffstat (limited to 'audio/ruby-shout')
-rw-r--r-- | audio/ruby-shout/files/patch-extconf.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ruby-shout/files/patch-extconf.rb b/audio/ruby-shout/files/patch-extconf.rb new file mode 100644 index 000000000000..8c3a85a06874 --- /dev/null +++ b/audio/ruby-shout/files/patch-extconf.rb @@ -0,0 +1,10 @@ +--- extconf.rb.orig Mon Jan 16 22:19:37 2006 ++++ extconf.rb Mon Jan 16 22:19:50 2006 +@@ -3,6 +3,7 @@ + dir_config("shout") + have_library("ogg", "oggpack_writeinit") + have_library("vorbis", "vorbis_dsp_clear") ++have_library("speex", "speex_decode") + have_library("pthread", "pthread_create") + if find_library("shout", "shout_init","/usr","/usr/local") and have_header("shout/shout.h") + create_makefile("shout") |