summaryrefslogtreecommitdiff
path: root/audio/ruby-shout/files/patch-ext_extconf.rb
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-01-30 07:41:24 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-01-30 07:41:24 +0000
commitda32a1374233528ce66726639b601f53e6a251c0 (patch)
treeb41b82ccf1c66336da5ea8126b44a326f06b9141 /audio/ruby-shout/files/patch-ext_extconf.rb
parent- update to 0.18 (diff)
Update to 2.1.
Fix up WWW entry (it's at rubyforge now).
Notes
Notes: svn path=/head/; revision=154774
Diffstat (limited to 'audio/ruby-shout/files/patch-ext_extconf.rb')
-rw-r--r--audio/ruby-shout/files/patch-ext_extconf.rb11
1 files changed, 11 insertions, 0 deletions
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