summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-24 20:48:35 +0000
committertv <tv@pkgsrc.org>2005-01-24 20:48:35 +0000
commit30bff1026702c8e43a5d7211c80ec0be59d635dd (patch)
treec80adb3e238736a108468a75f28fadaa984636ef /archivers
parentad084207ce4220c4facd067a1ce1a17b8fb400c9 (diff)
downloadpkgsrc-30bff1026702c8e43a5d7211c80ec0be59d635dd.tar.gz
Give the hack a PKG_HACKS name.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/dar/hacks.mk3
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