summaryrefslogtreecommitdiff
path: root/shells/zsh3/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh3/hacks.mk')
-rw-r--r--shells/zsh3/hacks.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/zsh3/hacks.mk b/shells/zsh3/hacks.mk
new file mode 100644
index 00000000000..4a710a8f9f6
--- /dev/null
+++ b/shells/zsh3/hacks.mk
@@ -0,0 +1,13 @@
+# $NetBSD: hacks.mk,v 1.1 2005/01/24 22:27:48 tv Exp $
+
+.ifndef ZSH3_HACKS_MK
+ZSH3_HACKS_MK= # defined
+
+### [Mon Jan 24 22:27:33 UTC 2005 : tv]
+### For some reason, the GETPGRP_VOID test is not working correctly
+###
+.if ${OPSYS} == "Interix"
+CONFIGURE_ENV+= ac_cv_func_getpgrp_void=yes
+.endif
+
+.endif