diff options
| author | Adam Vandenberg | 2012-06-22 11:03:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-23 10:16:42 -0700 |
| commit | 58891ed3cb213fea2ac1a52482fa78221872a92c (patch) | |
| tree | e148194d3d1b4797dee417c6838a4b90d039ace3 /Library/Formula | |
| parent | 5de911e221dc908a37393d85ec0c321c0e1d9070 (diff) | |
| download | homebrew-58891ed3cb213fea2ac1a52482fa78221872a92c.tar.bz2 | |
ipe: add todo about patch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ipe.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ipe.rb b/Library/Formula/ipe.rb index 8a4094577..d46a0ab33 100644 --- a/Library/Formula/ipe.rb +++ b/Library/Formula/ipe.rb @@ -15,6 +15,13 @@ class Ipe < Formula # some fixed default paths (and homebrew does not agree) # reported upstream: # https://sourceforge.net/apps/mantisbt/ipe7/view.php?id=105 + + # TODO: clean up this patch; upstream doesn't want to carry it. + # Also, we will always have pkg-config installed, so we don't need + # the patch to handle the case where it isn't. + # Recommend we take upstream's recommendation and set ENV vars for + # the paths to override those in configure. + # @adamv def patches; DATA; end fails_with :clang do |
