summaryrefslogtreecommitdiff
path: root/devel/rbenv/files/patch-src_configure
blob: dce5725dd9b9ff1814ed50922711b5442654fb35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/configure.orig	2016-08-08 20:15:45 UTC
+++ src/configure
@@ -21,6 +21,9 @@ case "$(uname -s)" in
 Darwin* )
   host_os="darwin$(uname -r)"
   ;;
+FreeBSD* )
+  host_os="freebsd$(uname -r)"
+  ;;
 OpenBSD* )
   host_os="openbsd$(uname -r)"
   ;;