From b67359aca6377cbb54b441fb780386dae81e91c7 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Fri, 16 Nov 2012 21:24:03 +0000
Subject: [PATCH] Match *FreeBSD* instead of just FreeBSD*.

(spotted at http://pastethis.i2p/show/2280/ and jcpuid already matches
*FreeBSD* so this fixes a minor consistency issue. Thanks to the anonymous
paster.)
---
 core/c/jbigi/build_jbigi.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/c/jbigi/build_jbigi.sh b/core/c/jbigi/build_jbigi.sh
index de137796eb..465fa9e43c 100755
--- a/core/c/jbigi/build_jbigi.sh
+++ b/core/c/jbigi/build_jbigi.sh
@@ -31,7 +31,7 @@ Darwin*)
         INCLUDES="-I. -I../../jbigi/include -I$JAVA_HOME/include"
         LINKFLAGS="-dynamiclib -framework JavaVM"
         LIBFILE="libjbigi.jnilib";;
-SunOS*|OpenBSD*|NetBSD*|FreeBSD*|Linux*)
+SunOS*|OpenBSD*|NetBSD*|*FreeBSD*|Linux*)
         UNIXTYPE=$(uname -s | tr "[A-Z]" "[a-z]")
         if [ $UNIXTYPE = "sunos" ]; then
             UNIXTYPE="solaris"
-- 
GitLab