pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh3 Fix GETPGRP_VOID test for Interix in confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00fd3d79250c
branches:  trunk
changeset: 488113:00fd3d79250c
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 22:27:48 2005 +0000

description:
Fix GETPGRP_VOID test for Interix in configure.

diffstat:

 shells/zsh3/hacks.mk |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 8c7f449c7c60 -r 00fd3d79250c shells/zsh3/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh3/hacks.mk      Mon Jan 24 22:27:48 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index