subversion: remove env :userpaths (#11795)

This commit is contained in:
ilovezfs 2017-03-29 04:33:51 -07:00 committed by GitHub
parent 19c68f8dc6
commit 95856da1bb

View file

@ -52,11 +52,6 @@ class Subversion < 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.