diff options
author | tv <tv> | 2005-01-24 20:48:35 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-24 20:48:35 +0000 |
commit | 3d338bc28d5fcc11ae4829f47626ef4b0f9773d8 (patch) | |
tree | c80adb3e238736a108468a75f28fadaa984636ef | |
parent | 19045e33025e3882ae6bb9151ce975fa920a2548 (diff) | |
download | pkgsrc-3d338bc28d5fcc11ae4829f47626ef4b0f9773d8.tar.gz |
Give the hack a PKG_HACKS name.
-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 |