diff options
Diffstat (limited to 'Library/Formula/py2cairo.rb')
| -rw-r--r-- | Library/Formula/py2cairo.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/py2cairo.rb b/Library/Formula/py2cairo.rb index 1d545ac91..d7db92fbe 100644 --- a/Library/Formula/py2cairo.rb +++ b/Library/Formula/py2cairo.rb @@ -24,8 +24,8 @@ class Py2cairo < Formula      python do        # waf miscompiles py2cairo on >= lion with HB python, linking the wrong        # Python Library.  So add a LINKFLAG that sets the path. -      # https://github.com/mxcl/homebrew/issues/12893 -      # https://github.com/mxcl/homebrew/issues/14781 +      # https://github.com/Homebrew/homebrew/issues/12893 +      # https://github.com/Homebrew/homebrew/issues/14781        # https://bugs.freedesktop.org/show_bug.cgi?id=51544        ENV['LINKFLAGS'] = "-L#{python.libdir}"        system "./waf", "configure", "--prefix=#{prefix}", "--nopyc", "--nopyo" | 
