summaryrefslogtreecommitdiff
path: root/archivers/mousetar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/mousetar/Makefile')
-rw-r--r--archivers/mousetar/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile
index 0f8d9aa6d66..38a5ec9662e 100644
--- a/archivers/mousetar/Makefile
+++ b/archivers/mousetar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/03/02 03:48:36 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2012/02/29 18:14:31 hans Exp $
#
DISTNAME= mousetar-20021217
@@ -19,6 +19,9 @@ WRKSRC= ${WRKDIR}
.include "../../mk/bsd.prefs.mk"
+CPPFLAGS.SunOS+= -DTAR_INODE_NONE -DDIRENT_FIXUP -DLINUX_NAMLEN
+CPPFLAGS.SunOS+= -DL_SET=SEEK_SET -DL_INCR=SEEK_CUR -DL_XTND=SEEK_END
+
.if ${MACHINE_PLATFORM:MNetBSD-[2-9].*-*} != ""
CPPFLAGS+= -DTAR_INODE_INTERNAL
.endif