subversion@1.8: remove env :userpaths

Closes #10863.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
FX Coudert 2017-04-02 23:01:38 +02:00 committed by Mike McQuaid
parent 5871da2187
commit c909d3ede1

View file

@ -47,11 +47,6 @@ class SubversionAT18 < Formula
patch :DATA
if build.with?("perl") || build.with?("ruby")
# If building bindings, allow non-system interpreters
# Currently the serf -> scons dependency forces stdenv, so this isn't
# strictly necessary
env :userpaths
# When building Perl or Ruby bindings, need to use a compiler that
# recognizes GCC-style switches, since that's what the system languages
# were compiled against.