diff options
| author | Adam Vandenberg | 2013-01-28 21:38:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:42 -0800 |
| commit | 7be31cb6d858f6cca4c4add2b9f093b8ea966f86 (patch) | |
| tree | 847e6fd1e6dd97a1156bdf4245dfdeb3ebae4606 /Library/Formula/mcpp.rb | |
| parent | 07cd5800ee91f02f0600590dc89070241d3d9c17 (diff) | |
| download | homebrew-7be31cb6d858f6cca4c4add2b9f093b8ea966f86.tar.bz2 | |
mcpp: style nits
Diffstat (limited to 'Library/Formula/mcpp.rb')
| -rw-r--r-- | Library/Formula/mcpp.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mcpp.rb b/Library/Formula/mcpp.rb index 95a3b3cbc..b7d7aa91c 100644 --- a/Library/Formula/mcpp.rb +++ b/Library/Formula/mcpp.rb @@ -1,8 +1,8 @@ require 'formula' class Mcpp < Formula - url 'http://downloads.sourceforge.net/project/mcpp/mcpp/V.2.7.2/mcpp-2.7.2.tar.gz' homepage 'http://mcpp.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/mcpp/mcpp/V.2.7.2/mcpp-2.7.2.tar.gz' sha1 '703356b7c2cd30d7fb6000625bf3ccc2eb977ecb' # stpcpy is a macro on OS X; trying to define it as an extern is invalid. @@ -12,7 +12,8 @@ class Mcpp < Formula def install system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--enable-mcpplib" + "--prefix=#{prefix}", + "--enable-mcpplib" system "make install" end end |
