* [PATCH] Add Makefile check for FreeBSD 4.9-SECURITY
@ 2008-10-26 11:52 David M. Syzdek
0 siblings, 0 replies; only message in thread
From: David M. Syzdek @ 2008-10-26 11:52 UTC (permalink / raw)
To: git; +Cc: David M. Syzdek
If the system is FreeBSD 4.9, then NO_UINTMAX_T and NO_STRTOUMAX is defined.
Signed-off-by: David M. Syzdek <david.syzdek@acsalaska.net>
---
Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index bf6a6dc..c568314 100644
--- a/Makefile
+++ b/Makefile
@@ -679,6 +679,10 @@ ifeq ($(uname_S),FreeBSD)
DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
COMPAT_CFLAGS += -Icompat/regex
COMPAT_OBJS += compat/regex/regex.o
+ ifeq ($(uname_R),4.9-SECURITY)
+ NO_UINTMAX_T = YesPlease
+ NO_STRTOUMAX = YesPlease
+ endif
endif
ifeq ($(uname_S),OpenBSD)
NO_STRCASESTR = YesPlease
--
1.6.0.2.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-26 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 11:52 [PATCH] Add Makefile check for FreeBSD 4.9-SECURITY David M. Syzdek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).