Created
June 18, 2011 09:40
-
-
Save niku/1032955 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local% git diff | |
git diff | |
diff --git a/Library/Formula/poppler.rb b/Library/Formula/poppler.rb | |
index 79f8e4f..70088b6 100644 | |
--- a/Library/Formula/poppler.rb | |
+++ b/Library/Formula/poppler.rb | |
@@ -31,6 +31,9 @@ class Poppler < Formula | |
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"] | |
args << "--disable-poppler-qt4" unless ARGV.include? "--with-qt4" | |
args << "--enable-xpdf-headers" if ARGV.include? "--enable-xpdf-headers" | |
+ args << "--enable-cairo-output" | |
+ args << "--enable-poppler-glib" | |
+ args << "--disable-gtk-test" | |
system "./configure", *args | |
system "make install" | |
/usr/local% brew uninstall poppler | |
brew uninstall poppler | |
Error: No such keg: /usr/local/Cellar/poppler | |
/usr/local% brew install poppler | |
brew install poppler | |
==> Downloading http://poppler.freedesktop.org/poppler-0.16.6.tar.gz | |
File already downloaded in /Users/niku/Library/Caches/Homebrew | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/poppler/0.16.6 --disable-poppler-qt4 --enable-cairo-output --enable-poppler-glib --disable-gtk-test | |
==> make install | |
==> Downloading http://poppler.freedesktop.org/poppler-data-0.4.4.tar.gz | |
File already downloaded in /Users/niku/Library/Caches/Homebrew | |
==> make install prefix=/usr/local/Cellar/poppler/0.16.6 | |
/usr/local/Cellar/poppler/0.16.6: 328 files, 20M, built in 83 seconds | |
/usr/local% gem install poppler | |
gem install poppler | |
Building native extensions. This could take a while... | |
Successfully installed poppler-0.90.9 | |
1 gem installed | |
Installing ri documentation for poppler-0.90.9... | |
Installing RDoc documentation for poppler-0.90.9... | |
/usr/local% gem install rabbit | |
gem install rabbit | |
Fetching: rabbit-0.9.2.gem (100%) | |
Successfully installed rabbit-0.9.2 | |
1 gem installed | |
Installing ri documentation for rabbit-0.9.2... | |
Installing RDoc documentation for rabbit-0.9.2... | |
/usr/local% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment