From 7d465c11941bb1dba3fc073af40caf19ddd27cc5 Mon Sep 17 00:00:00 2001 From: Chongyu Zhu Date: Thu, 6 Jun 2019 15:14:26 -0700 Subject: [PATCH] pstoedit 3.74 Closes #40765. Signed-off-by: Chongyu Zhu --- Formula/pstoedit.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/pstoedit.rb b/Formula/pstoedit.rb index 4ff19aa9d3..1fe30c482d 100644 --- a/Formula/pstoedit.rb +++ b/Formula/pstoedit.rb @@ -1,8 +1,8 @@ class Pstoedit < Formula desc "Convert PostScript and PDF files to editable vector graphics" homepage "http://www.pstoedit.net/" - url "https://downloads.sourceforge.net/project/pstoedit/pstoedit/3.73/pstoedit-3.73.tar.gz" - sha256 "ad31d13bf4dd1b9e2590dccdbe9e4abe74727aaa16376be85cd5d854f79bf290" + url "https://downloads.sourceforge.net/project/pstoedit/pstoedit/3.74/pstoedit-3.74.tar.gz" + sha256 "353242fa4a3a73c3c856d1122a4d258a12be869707629603807e27137566990c" bottle do sha256 "44f8a102c1d605669e13f3e36daae3842fb5c43136be27bf858ebdf28d021d79" => :mojave @@ -17,8 +17,9 @@ class Pstoedit < Formula depends_on "plotutils" def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + ENV.cxx11 + + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make", "install" end