aboutsummaryrefslogtreecommitdiff
path: root/freetype/builds/unix/detect.mk
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/builds/unix/detect.mk')
-rw-r--r--freetype/builds/unix/detect.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/freetype/builds/unix/detect.mk b/freetype/builds/unix/detect.mk
index e74af5730..b2ae4f42b 100644
--- a/freetype/builds/unix/detect.mk
+++ b/freetype/builds/unix/detect.mk
@@ -20,6 +20,7 @@ ifeq ($(PLATFORM),ansi)
#
is_unix := $(strip $(wildcard /sbin/init) \
$(wildcard /usr/sbin/init) \
+ $(wildcard /dev/null) \
$(wildcard /hurd/auth))
ifneq ($(is_unix),)