diff options
| author | Felix Bùˆnemann | 2012-01-30 11:35:24 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-01-30 14:24:41 -0600 |
| commit | fb728a8af907bfd1fdd53ab90ac4ae4ea7c781ab (patch) | |
| tree | 9900cfc2264bec11afab8432c5dccea23aab9275 /Library/Formula | |
| parent | 6c7f2d822d4dff6aff57474cc816b91a7474b31b (diff) | |
| download | homebrew-fb728a8af907bfd1fdd53ab90ac4ae4ea7c781ab.tar.bz2 | |
openjpeg: HEAD no longer needs the libpng patch
Closes #9865.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/openjpeg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/openjpeg.rb b/Library/Formula/openjpeg.rb index 5eaa917cb..f9fa3dfc2 100644 --- a/Library/Formula/openjpeg.rb +++ b/Library/Formula/openjpeg.rb @@ -15,7 +15,7 @@ class Openjpeg < Formula def patches # libpng 1.5 no longer #includes zlib.h, so add it to the relevant file # see http://code.google.com/p/openjpeg/issues/detail?id=83 - DATA + DATA unless ARGV.build_head? end def install |
