aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBryan Ivory2010-12-04 12:15:13 -0800
committerAdam Vandenberg2010-12-04 15:52:58 -0800
commit7d0a6c74ec91194c2a7cd2b302736995822929e9 (patch)
tree14239846f09d94eb828c1fcdcc93b975a02f6a65 /Library/Formula
parentfce9ac6641190d03e7ed942f8de1371d9b2310b9 (diff)
downloadhomebrew-7d0a6c74ec91194c2a7cd2b302736995822929e9.tar.bz2
Updated Wine to 1.2.2.
Update Wine to 1.2.2 and added compile define flags to explicitly build with Core Audio and OpenGL support. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wine.rb11
1 files changed, 8 insertions, 3 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index 19489e06b..416e2e0e9 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -1,8 +1,8 @@
require 'formula'
class Wine <Formula
- url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.2.1.tar.bz2'
- sha1 '02df427698de8a6d937e722923c8ac1cf886ca27'
+ url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.2.2.tar.bz2'
+ sha1 '8b37c8e0230dd6a665d310054f4e36dcbdab7330'
homepage 'http://www.winehq.org/'
head 'git://source.winehq.org/git/wine.git'
@@ -27,7 +27,12 @@ EOS
ENV.append "CXXFLAGS", "-D_DARWIN_NO_64_BIT_INODE"
ENV.append "LDFLAGS", "#{build32} -framework CoreServices -lz -lGL -lGLU"
- args = ["--prefix=#{prefix}", "--x-include=/usr/X11/include/", "--x-lib=/usr/X11/lib/"]
+ args = ["--prefix=#{prefix}",
+ "--x-include=/usr/X11/include/",
+ "--x-lib=/usr/X11/lib/",
+ "--with-x",
+ "--with-coreaudio",
+ "--with-opengl"]
args << "--without-freetype" if snow_leopard_64?
args << "--disable-win16" if MACOS_VERSION < 10.6