diff options
Diffstat (limited to 'Library/Formula/emacs.rb')
| -rw-r--r-- | Library/Formula/emacs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index c79574594..712c3d1ba 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -105,7 +105,7 @@ class Emacs < Formula if build.include? "with-x" # These libs are not specified in xft's .pc. See: # https://trac.macports.org/browser/trunk/dports/editors/emacs/Portfile#L74 - # https://github.com/mxcl/homebrew/issues/8156 + # https://github.com/Homebrew/homebrew/issues/8156 ENV.append 'LDFLAGS', '-lfreetype -lfontconfig' args << "--with-x" args << "--with-gif=no" << "--with-tiff=no" << "--with-jpeg=no" |
