forked from I2P_Developers/i2p.i2p
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.)
This commit is contained in:
@@ -31,7 +31,7 @@ Darwin*)
|
|||||||
INCLUDES="-I. -I../../jbigi/include -I$JAVA_HOME/include"
|
INCLUDES="-I. -I../../jbigi/include -I$JAVA_HOME/include"
|
||||||
LINKFLAGS="-dynamiclib -framework JavaVM"
|
LINKFLAGS="-dynamiclib -framework JavaVM"
|
||||||
LIBFILE="libjbigi.jnilib";;
|
LIBFILE="libjbigi.jnilib";;
|
||||||
SunOS*|OpenBSD*|NetBSD*|FreeBSD*|Linux*)
|
SunOS*|OpenBSD*|NetBSD*|*FreeBSD*|Linux*)
|
||||||
UNIXTYPE=$(uname -s | tr "[A-Z]" "[a-z]")
|
UNIXTYPE=$(uname -s | tr "[A-Z]" "[a-z]")
|
||||||
if [ $UNIXTYPE = "sunos" ]; then
|
if [ $UNIXTYPE = "sunos" ]; then
|
||||||
UNIXTYPE="solaris"
|
UNIXTYPE="solaris"
|
||||||
|
Reference in New Issue
Block a user