subversion: don't depend on superenv internals

master
Jack Nagel 2014-05-20 18:26:24 -05:00
parent 739359c22f
commit a8fe007251
1 changed files with 1 additions and 5 deletions

View File

@ -55,10 +55,6 @@ class Subversion < Formula
cause "core.c:1: error: bad value (native) for -march= switch"
end if build.include? 'perl' or build.include? 'ruby'
def apr_bin
Superenv.bin or "/usr/bin"
end
def install
serf_prefix = libexec+'serf'
@ -114,7 +110,7 @@ class Subversion < Formula
# Don't mess with Apache modules (since we're not sudo)
args = ["--disable-debug",
"--prefix=#{prefix}",
"--with-apr=#{apr_bin}",
"--with-apr=#{which("apr-1-config").dirname}",
"--with-zlib=/usr",
"--with-sqlite=#{Formula["sqlite"].opt_prefix}",
"--with-serf=#{serf_prefix}",