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 | 44a02cd574268ae25321da2b95f0e5369a6804b8 (patch) | |
tree | 7831f53f57596f9777cffd44cbf489e93caaf2df /shells | |
parent | 78fb36d157b9003bd9694a3d06eaa2a3b0bf2fad (diff) | |
download | pkgsrc-44a02cd574268ae25321da2b95f0e5369a6804b8.tar.gz |
Fix GETPGRP_VOID test for Interix in configure.
Diffstat (limited to 'shells')
-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 |