From abc24a81d176e175fba6be6ef81be75b8e5a778d Mon Sep 17 00:00:00 2001 From: purplerain Date: Sun, 28 Jan 2024 20:52:32 +0000 Subject: [PATCH] add secbsd platform missed in previous --- app/fonttosfnt/aclocal.m4 | 2 +- app/xbiff/aclocal.m4 | 2 +- app/xeyes/aclocal.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/fonttosfnt/aclocal.m4 b/app/fonttosfnt/aclocal.m4 index 3890db2f..b5de78f7 100644 --- a/app/fonttosfnt/aclocal.m4 +++ b/app/fonttosfnt/aclocal.m4 @@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], # Obtain platform specific info like program name and options # The lint program on FreeBSD and NetBSD is different from the one on Solaris case $host_os in - *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + *linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*) lint_name=splint lint_options="-badflag" ;; diff --git a/app/xbiff/aclocal.m4 b/app/xbiff/aclocal.m4 index 3890db2f..b5de78f7 100644 --- a/app/xbiff/aclocal.m4 +++ b/app/xbiff/aclocal.m4 @@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], # Obtain platform specific info like program name and options # The lint program on FreeBSD and NetBSD is different from the one on Solaris case $host_os in - *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + *linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*) lint_name=splint lint_options="-badflag" ;; diff --git a/app/xeyes/aclocal.m4 b/app/xeyes/aclocal.m4 index 3890db2f..b5de78f7 100644 --- a/app/xeyes/aclocal.m4 +++ b/app/xeyes/aclocal.m4 @@ -2766,7 +2766,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint], # Obtain platform specific info like program name and options # The lint program on FreeBSD and NetBSD is different from the one on Solaris case $host_os in - *linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*) + *linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*) lint_name=splint lint_options="-badflag" ;;