add secbsd platform missed in previous
This commit is contained in:
parent
28b8e7f357
commit
abc24a81d1
3 changed files with 3 additions and 3 deletions
2
app/fonttosfnt/aclocal.m4
vendored
2
app/fonttosfnt/aclocal.m4
vendored
|
@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint],
|
||||||
# Obtain platform specific info like program name and options
|
# Obtain platform specific info like program name and options
|
||||||
# The lint program on FreeBSD and NetBSD is different from the one on Solaris
|
# The lint program on FreeBSD and NetBSD is different from the one on Solaris
|
||||||
case $host_os in
|
case $host_os in
|
||||||
*linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*)
|
*linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*)
|
||||||
lint_name=splint
|
lint_name=splint
|
||||||
lint_options="-badflag"
|
lint_options="-badflag"
|
||||||
;;
|
;;
|
||||||
|
|
2
app/xbiff/aclocal.m4
vendored
2
app/xbiff/aclocal.m4
vendored
|
@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint],
|
||||||
# Obtain platform specific info like program name and options
|
# Obtain platform specific info like program name and options
|
||||||
# The lint program on FreeBSD and NetBSD is different from the one on Solaris
|
# The lint program on FreeBSD and NetBSD is different from the one on Solaris
|
||||||
case $host_os in
|
case $host_os in
|
||||||
*linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*)
|
*linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*)
|
||||||
lint_name=splint
|
lint_name=splint
|
||||||
lint_options="-badflag"
|
lint_options="-badflag"
|
||||||
;;
|
;;
|
||||||
|
|
2
app/xeyes/aclocal.m4
vendored
2
app/xeyes/aclocal.m4
vendored
|
@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint],
|
||||||
# Obtain platform specific info like program name and options
|
# Obtain platform specific info like program name and options
|
||||||
# The lint program on FreeBSD and NetBSD is different from the one on Solaris
|
# The lint program on FreeBSD and NetBSD is different from the one on Solaris
|
||||||
case $host_os in
|
case $host_os in
|
||||||
*linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*)
|
*linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*)
|
||||||
lint_name=splint
|
lint_name=splint
|
||||||
lint_options="-badflag"
|
lint_options="-badflag"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue