From da32a1374233528ce66726639b601f53e6a251c0 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Mon, 30 Jan 2006 07:41:24 +0000 Subject: Update to 2.1. Fix up WWW entry (it's at rubyforge now). --- audio/ruby-shout/files/patch-ext_extconf.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/ruby-shout/files/patch-ext_extconf.rb (limited to 'audio/ruby-shout/files/patch-ext_extconf.rb') diff --git a/audio/ruby-shout/files/patch-ext_extconf.rb b/audio/ruby-shout/files/patch-ext_extconf.rb new file mode 100644 index 000000000000..af595ca1db8a --- /dev/null +++ b/audio/ruby-shout/files/patch-ext_extconf.rb @@ -0,0 +1,11 @@ +--- ext/extconf.rb.orig Sun Nov 20 15:53:45 2005 ++++ ext/extconf.rb Mon Jan 30 17:23:19 2006 +@@ -3,7 +3,7 @@ + dir_config("shout") + have_library("ogg", "oggpack_writeinit") + have_library("vorbis", "vorbis_dsp_clear") +-have_library("pthread", "pthread_create") ++have_library("speex", "speex_decode") + if find_library("shout", "shout_init","/usr","/usr/local") and have_header("shout/shout.h") + create_makefile("shout") + else -- cgit v1.2.3