autotrace: fix underquoted m4

Closes Homebrew/homebrew#16885.
master
Adam Vandenberg 2013-01-04 16:40:55 -08:00
parent 47007259ba
commit ac9ffe9336
1 changed files with 6 additions and 4 deletions

View File

@ -9,11 +9,13 @@ class Autotrace < Formula
depends_on 'imagemagick' unless build.include? 'without-imagemagick'
# Issue 16569: Use MacPorts patch to port input-png.c to libpng 1.5.
# Fix underquoted m4
def patches
{
# Issue 16569: Use MacPorts patch to port input-png.c to libpng 1.5.
:p0 => 'https://trac.macports.org/export/100575/trunk/dports/graphics/autotrace/files/patch-libpng-1.5.diff'
}
{:p0 => [
'https://trac.macports.org/export/100575/trunk/dports/graphics/autotrace/files/patch-libpng-1.5.diff',
'https://trac.macports.org/export/77101/trunk/dports/graphics/autotrace/files/patch-autotrace.m4.diff'
]}
end
def install