Skip to content

Commit 8600fd9

Browse files
xu-chenglembacon
authored andcommitted
subversion: need SWIG 3.x
Closes #39929. Signed-off-by: Chongyu Zhu <[email protected]>
1 parent 9fdd550 commit 8600fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/subversion.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Subversion < Formula
2323
depends_on :java => ["1.8+", :build]
2424
depends_on "pkg-config" => :build
2525
depends_on "scons" => :build # For Serf
26-
depends_on "swig" => :build
26+
depends_on "swig@3" => :build # https://issues.apache.org/jira/browse/SVN-4818
2727
depends_on "apr"
2828
depends_on "apr-util"
2929

0 commit comments

Comments
 (0)