summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-15 01:43:29 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-15 01:43:29 +0000
commitd1bbd80d930257dd5eca076c2961d49f4735ad97 (patch)
tree133b14f99bf2a110b4b2f3b976b99c4dd77045c0
parentc9c6e3ef39958d6f0ef87571700e60d0d0ef271c (diff)
same as r44597
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/fiddle/helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fiddle/helper.rb b/test/fiddle/helper.rb
index 404c137f97..f58077e7bc 100644
--- a/test/fiddle/helper.rb
+++ b/test/fiddle/helper.rb
@@ -40,6 +40,9 @@ when /gnu/ #GNU/Hurd
when /mirbsd/
libc_so = "/usr/lib/libc.so.41.10"
libm_so = "/usr/lib/libm.so.7.0"
+when /freebsd/
+ libc_so = "/lib/libc.so.7"
+ libm_so = "/lib/libm.so.5"
when /bsd|dragonfly/
libc_so = "/usr/lib/libc.so"
libm_so = "/usr/lib/libm.so"