pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/mousetar On NetBSD>=2.0, set TAR_INODE_INTER...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea2b01cd5df5
branches: trunk
changeset: 478774:ea2b01cd5df5
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 29 21:47:09 2004 +0000
description:
On NetBSD>=2.0, set TAR_INODE_INTERNAL to make this build again.
Suggested by der Mouse.
diffstat:
archivers/mousetar/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r d4a7831ab4dc -r ea2b01cd5df5 archivers/mousetar/Makefile
--- a/archivers/mousetar/Makefile Thu Jul 29 20:05:33 2004 +0000
+++ b/archivers/mousetar/Makefile Thu Jul 29 21:47:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/30 21:41:32 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/29 21:47:09 wiz Exp $
#
DISTNAME= mousetar-20021217
@@ -13,6 +13,12 @@
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if ${MACHINE_PLATFORM:MNetBSD-[2-9].*-*} != ""
+CPPFLAGS+= -DTAR_INODE_INTERNAL
+.endif
+
do-extract:
for f in ${DISTFILES}; do \
${CP} ${DISTDIR}/$$f ${WRKDIR}; \
Home |
Main Index |
Thread Index |
Old Index