diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dar/hacks.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dar/hacks.mk b/archivers/dar/hacks.mk index e67d50d07a4..8b5c02bce60 100644 --- a/archivers/dar/hacks.mk +++ b/archivers/dar/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2005/01/24 16:58:06 tv Exp $ +# $NetBSD: hacks.mk,v 1.2 2005/01/24 20:48:35 tv Exp $ .ifndef DAR_HACKS_MK DAR_HACKS_MK= # defined @@ -7,6 +7,7 @@ DAR_HACKS_MK= # defined ### Interix has no <inttypes.h>/<stdint.h> ### .if ${OPSYS} == "Interix" +PKG_HACKS+= standard-headers CONFIGURE_ARGS+= --enable-os-bits=32 .endif |