From 3c3680c366f78168e828e4a35d41a048c6e2bb54 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Sun, 21 Feb 2021 21:49:14 -0800 Subject: [PATCH] xquartz: Don't include strndup.c any more since we no longer support 10.8 and older Signed-off-by: Jeremy Huddleston Sequoia (cherry picked from commit b960675257d301605def6008bddcccb0980a3c4c) --- hw/xquartz/mach-startup/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/xquartz/mach-startup/Makefile.am b/hw/xquartz/mach-startup/Makefile.am index 19b5b8cc2..557cbc1da 100644 --- a/hw/xquartz/mach-startup/Makefile.am +++ b/hw/xquartz/mach-startup/Makefile.am @@ -15,13 +15,6 @@ dist_X11_bin_SOURCES = \ dist_X11_SOURCES = \ bundle_trampoline.c -# strndup(3) was added in Mac OS X 10.7, but we do this unconditionally to deal -# with the case where we build on Lion but target Snow Leopard as the minimum -# OS version. -#if NEED_STRNDUP -dist_X11_bin_SOURCES += $(top_srcdir)/os/strndup.c -#endif - nodist_X11_bin_SOURCES = \ mach_startupServer.c \ mach_startupUser.c