From a2d4d9d832e60e2b007990f394b22e77b6dfa3ba Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 6 Jun 2012 20:35:12 -0500 Subject: Update formulae for XQuartz compatibility --- Library/Formula/libagg.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/libagg.rb') diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb index a3e1eb1d3..d5cc2325c 100644 --- a/Library/Formula/libagg.rb +++ b/Library/Formula/libagg.rb @@ -8,6 +8,7 @@ class Libagg < Formula depends_on "automake" => :build if MacOS.xcode_version >= "4.3" depends_on 'pkg-config' => :build depends_on 'sdl' + depends_on :x11 # for Freetype fails_with :clang do build 318 @@ -18,8 +19,6 @@ class Libagg < Formula end def install - ENV.x11 # For freetype - # AM_C_PROTOTYPES was removed in automake 1.12, as it's only needed for # pre-ANSI compilers inreplace 'configure.in', 'AM_C_PROTOTYPES', '' -- cgit v1.2.3