Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
wine: optimistically add freetype workaround for 1.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jun 27, 2013
1 parent 69052e3 commit 0617959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/wine.rb
Expand Up @@ -93,6 +93,11 @@ def install
ENV.libxml2
ENV.append "LDFLAGS", "-lxslt"

# As of 1.4 these don't do anything, but under 1.6 they will *possibly*
# resolve our issues with conflicting freetype installations
ENV['FREETYPE_CFLAGS'] = "-I#{MacOS::X11.include}/freetype2 -I#{MacOS::X11.include}"
ENV['FREETYPE_LIBS'] = "-L#{MacOS::X11.lib} -lfreetype"

args = %W[--prefix=#{prefix}
--with-coreaudio
--with-opengl
Expand Down

0 comments on commit 0617959

Please sign in to comment.