summaryrefslogtreecommitdiff
path: root/audio/ruby-shout/files/patch-ext_extconf.rb
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-10 00:49:06 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-10 00:49:06 +0000
commit395277e8ae6730897b7a52719f5b4386ebaa4268 (patch)
tree43cf178f984f0d502bc1604be15d7f1dabc375ad /audio/ruby-shout/files/patch-ext_extconf.rb
parentRuby-shout is a binding to the libshout library, which sends streaming (diff)
Remove audio/ruby-shout, replaced by audio/rubygem-shout
Notes
Notes: svn path=/head/; revision=277423
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, 0 insertions, 11 deletions
diff --git a/audio/ruby-shout/files/patch-ext_extconf.rb b/audio/ruby-shout/files/patch-ext_extconf.rb
deleted file mode 100644
index af595ca1db8a..000000000000
--- a/audio/ruby-shout/files/patch-ext_extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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