diff options
| author | Jack Nagel | 2012-07-25 21:51:20 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-08-01 00:31:39 -0500 | 
| commit | ebe8e835716bfd505dec95bdbfbac519f671d783 (patch) | |
| tree | 1a0178bc81825a35259df12cb2185d40eae152d9 /Library/Formula/fox.rb | |
| parent | 68b5fe1ca5a43234fa68a70ec707a77dd6d11cd4 (diff) | |
| download | homebrew-ebe8e835716bfd505dec95bdbfbac519f671d783.tar.bz2 | |
Update formulae for new XQuartz module
Diffstat (limited to 'Library/Formula/fox.rb')
| -rw-r--r-- | Library/Formula/fox.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/fox.rb b/Library/Formula/fox.rb index cc4d8c662..0d661224b 100644 --- a/Library/Formula/fox.rb +++ b/Library/Formula/fox.rb @@ -19,9 +19,9 @@ class Fox < Formula    def install      # Yep, won't find freetype unless this is all set. -    ENV.append "CFLAGS", "-I#{MacOS.x11_prefix}/include/freetype2" -    ENV.append "CPPFLAGS", "-I#{MacOS.x11_prefix}/include/freetype2" -    ENV.append "CXXFLAGS", "-I#{MacOS.x11_prefix}/include/freetype2" +    ENV.append "CFLAGS", "-I#{MacOS::XQuartz.include}/freetype2" +    ENV.append "CPPFLAGS", "-I#{MacOS::XQuartz.include}/freetype2" +    ENV.append "CXXFLAGS", "-I#{MacOS::XQuartz.include}/freetype2"      system "./configure", "--enable-release",                            "--prefix=#{prefix}",  | 
