pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/dar Give the hack a PKG_HACKS name.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e205998ccf4
branches:  trunk
changeset: 488104:8e205998ccf4
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 20:48:35 2005 +0000

description:
Give the hack a PKG_HACKS name.

diffstat:

 archivers/dar/hacks.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d8f808a81f8b -r 8e205998ccf4 archivers/dar/hacks.mk
--- a/archivers/dar/hacks.mk    Mon Jan 24 20:48:05 2005 +0000
+++ b/archivers/dar/hacks.mk    Mon Jan 24 20:48:35 2005 +0000
@@ -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 @@
 ### Interix has no <inttypes.h>/<stdint.h>
 ###
 .if ${OPSYS} == "Interix"
+PKG_HACKS+=            standard-headers
 CONFIGURE_ARGS+=       --enable-os-bits=32
 .endif
 



Home | Main Index | Thread Index | Old Index