summaryrefslogtreecommitdiff
path: root/archivers/dar/hacks.mk
blob: e67d50d07a4a7a04a0681214de85f959de4efdf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: hacks.mk,v 1.1 2005/01/24 16:58:06 tv Exp $

.ifndef DAR_HACKS_MK
DAR_HACKS_MK=		# defined

### [Mon Jan 24 16:39:35 UTC 2005 : tv]
### Interix has no <inttypes.h>/<stdint.h>
###
.if ${OPSYS} == "Interix"
CONFIGURE_ARGS+=	--enable-os-bits=32
.endif

.endif