Skip to content

Commit

Permalink
zurl: link to correct c++ standard library.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#49176.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Justin Karneges authored and MikeMcQuaid committed Feb 15, 2016
1 parent d0c2a39 commit 15a9b01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/zurl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class Zurl < Formula
url "https://dl.bintray.com/fanout/source/zurl-1.5.0.tar.bz2"
sha256 "102456174569d882c77dde80669c51bee4a418c5ed81a27ea15d7a0810d1a555"

revision 1

# ensure unit tests don't install on 1.5.0. remove after next release
patch do
url "https://github.com/fanout/zurl/commit/6f727e9e26054889ced261993e91f11dea3a1b5c.patch"
Expand All @@ -28,7 +30,7 @@ class Zurl < Formula
end

def install
system "./configure", "--prefix=#{prefix}"
system "./configure", "--prefix=#{prefix}", "--extraconf=QMAKE_MACOSX_DEPLOYMENT_TARGET=#{MacOS.version}"
system "make"
system "make", "install"
end
Expand Down

0 comments on commit 15a9b01

Please sign in to comment.