From 29bcae9a72373da1f13f7cb478599f36db56ff0a Mon Sep 17 00:00:00 2001 From: triaxx Date: Mon, 29 Oct 2018 20:18:02 +0000 Subject: pax: add for Linux * On Arch Linux, the build failed, makedev(3) indicates #include * On Debian Buster, the build succeed but a big warning is displayed: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . --- archivers/pax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/pax/Makefile') diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index 0aaf914bfeb..396519ca092 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2018/04/07 08:57:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2018/10/29 20:18:02 triaxx Exp $ DISTNAME= pax-20080110 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= archivers MASTER_SITES= # empty DISTFILES= # empty -- cgit v1.2.3