summaryrefslogtreecommitdiff
path: root/shells/zsh3/hacks.mk
blob: 0f8feb5c950cfd6d9934247396a9fc5e5007d7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: hacks.mk,v 1.3 2005/12/05 20:50:59 rillig Exp $

.if !defined(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;
### also, ut_xtime (the obsolescent utmpx field) is changed
###
.if ${OPSYS} == "Interix"
PKG_HACKS+=		compat
CONFIGURE_ENV+=		ac_cv_func_getpgrp_void=yes
CPPFLAGS+=		-Dut_xtime=ut_tv.tv_sec
.endif

.endif