diff options
| author | Jack Nagel | 2014-03-17 11:12:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 11:12:54 -0500 |
| commit | e8d4ad83dc2d1d48b3f554206884b9c7eafea3ac (patch) | |
| tree | db59cc0695e0df088c34d891059f2d6d36e4a335 /Library | |
| parent | f337d628745e1c0a13cd450f219c6eefbcce90e6 (diff) | |
| download | homebrew-e8d4ad83dc2d1d48b3f554206884b9c7eafea3ac.tar.bz2 | |
libsigc++: fix indentation
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libsigc++.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libsigc++.rb b/Library/Formula/libsigc++.rb index 33c7fbc41..eb23c1497 100644 --- a/Library/Formula/libsigc++.rb +++ b/Library/Formula/libsigc++.rb @@ -14,9 +14,9 @@ class Libsigcxx < Formula option :cxx11 def patches - # apply this patch for C++11 mode - # see https://git.gnome.org/browse/libsigc++2/commit/tests/test_cpp11_lambda.cc?id=cd600a31fbf8e76e25f4be4c10c0645f090a9b80 - DATA if build.cxx11? + # apply this patch for C++11 mode + # see https://git.gnome.org/browse/libsigc++2/commit/tests/test_cpp11_lambda.cc?id=cd600a31fbf8e76e25f4be4c10c0645f090a9b80 + DATA if build.cxx11? end def install |
