aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-06-23 13:06:42 -0700
committerMisty De Meo2014-06-23 18:32:00 -0700
commit60a76862563e61dea4e89de91ebd34d695e0a5d9 (patch)
tree343e3c92cbf6c08752d326d9c4dc2d0ab9db9971 /Library
parentde1ec4eff6be5b5fd2a766ca379aa1db4f4ae57a (diff)
downloadhomebrew-60a76862563e61dea4e89de91ebd34d695e0a5d9.tar.bz2
inkscape 0.48.5
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/inkscape.rb17
1 files changed, 10 insertions, 7 deletions
diff --git a/Library/Formula/inkscape.rb b/Library/Formula/inkscape.rb
index 63dd6c2e3..d7d04861a 100644
--- a/Library/Formula/inkscape.rb
+++ b/Library/Formula/inkscape.rb
@@ -2,8 +2,8 @@ require 'formula'
class Inkscape < Formula
homepage 'http://inkscape.org/'
- url 'https://downloads.sourceforge.net/project/inkscape/inkscape/0.48.4/inkscape-0.48.4.tar.gz'
- sha1 'ce453cc9aff56c81d3b716020cd8cc7fa1531da0'
+ url 'https://downloads.sourceforge.net/project/inkscape/inkscape/0.48.5/inkscape-0.48.5.tar.gz'
+ sha1 'e14789da0f6b5b84ef26f6759e295bc4be7bd34d'
head do
url 'lp:inkscape/0.48.x', :using => :bzr
@@ -29,13 +29,16 @@ class Inkscape < Formula
depends_on 'poppler' => :optional
depends_on 'hicolor-icon-theme'
- fails_with :clang unless build.head?
+ needs :cxx11
+
+ fails_with :clang do
+ cause "inkscape's dependencies will be built with libstdc++ and fail to link."
+ end if MacOS.version < :mavericks
def install
- if build.head?
- system "./autogen.sh"
- ENV.cxx11
- end
+ ENV.cxx11
+
+ system "./autogen.sh" if build.head?
args = [ "--disable-dependency-tracking",
"--prefix=#{prefix}",