mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix compile with libshout 2.2
This commit is contained in:
parent
72c195aca1
commit
017948482a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153695
1 changed files with 10 additions and 0 deletions
10
audio/ruby-shout/files/patch-extconf.rb
Normal file
10
audio/ruby-shout/files/patch-extconf.rb
Normal file
|
@ -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")
|
Loading…
Add table
Reference in a new issue