diff options
| -rw-r--r-- | Library/Formula/devil.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/devil.rb b/Library/Formula/devil.rb index baadc8048..b55f29267 100644 --- a/Library/Formula/devil.rb +++ b/Library/Formula/devil.rb @@ -10,6 +10,14 @@ class Devil < Formula depends_on 'little-cms' depends_on 'jasper' + # see http://sourceforge.net/tracker/?func=detail&aid=3404133&group_id=4470&atid=104470 + # also, even with -std=gnu99 removed from the configure script, + # devil fails to build with clang++ while compiling il_exr.cpp + fails_with :clang do + build 318 + cause "invalid -std=gnu99 flag while building C++" + end + # fix compilation issue for iluc.c def patches; DATA; end |
