summaryrefslogtreecommitdiff
path: root/audio/ruby-shout/files/patch-ext_extconf.rb
blob: af595ca1db8a46a8649c09a7bbf7b7053cfbd3a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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