diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 22:27:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 22:27:48 +0000 |
commit | 23beb381d15abded2001359fbee94688e7266006 (patch) | |
tree | 7831f53f57596f9777cffd44cbf489e93caaf2df /shells/zsh3/hacks.mk | |
parent | cf4fbee0a14d374798507f9b3410d141974f1a01 (diff) | |
download | pkgsrc-23beb381d15abded2001359fbee94688e7266006.tar.gz |
Fix GETPGRP_VOID test for Interix in configure.
Diffstat (limited to 'shells/zsh3/hacks.mk')
-rw-r--r-- | shells/zsh3/hacks.mk | 13 |
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 |