SDL on 10.6
Using MacPorts patch. We need their people!
This commit is contained in:
parent
a4052a9b7c
commit
7fad0c4cf9
1 changed files with 8 additions and 1 deletions
|
@ -5,8 +5,15 @@ class Sdl <Formula
|
|||
@homepage='http://www.libsdl.org/index.php'
|
||||
@md5='c6660feea2a6834de10bc71b2f8e4d88'
|
||||
|
||||
def patches
|
||||
{ :p0 => "http://methylblue.com/junk/libsdl-1.2.13-10.6.patch" }
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--disable-video-x11",
|
||||
"--disable-nasm" # seems essential to build on 10.6
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue