pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/mousetar mousetar: Eliminate silly NetBSD ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce677d72d9cc
branches:  trunk
changeset: 379879:ce677d72d9cc
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 24 13:02:34 2022 +0000

description:
mousetar: Eliminate silly NetBSD version test.

diffstat:

 archivers/mousetar/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 7499a50025bd -r ce677d72d9cc archivers/mousetar/Makefile
--- a/archivers/mousetar/Makefile       Tue May 24 13:01:51 2022 +0000
+++ b/archivers/mousetar/Makefile       Tue May 24 13:02:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/04/21 22:23:53 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2022/05/24 13:02:34 nia Exp $
 
 DISTNAME=      mousetar-20021217
 PKGREVISION=   1
@@ -21,9 +21,7 @@
 CPPFLAGS.SunOS+=       -DL_SET=SEEK_SET -DL_INCR=SEEK_CUR -DL_XTND=SEEK_END
 CPPFLAGS.Linux+=       -DLINUX_NAMLEN
 
-.if !empty(MACHINE_PLATFORM:MNetBSD-[2-9].*-*)
-CPPFLAGS+=     -DTAR_INODE_INTERNAL
-.endif
+CPPFLAGS.NetBSD+=      -DTAR_INODE_INTERNAL
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index