diff options
author | hauke <hauke@pkgsrc.org> | 2018-12-18 14:16:17 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2018-12-18 14:16:17 +0000 |
commit | 3551241880a6e1e3a5081c685af22c6d0dedd74c (patch) | |
tree | f989776d243c3874a39e25b420d361934555291c /sysutils/radmind/Makefile | |
parent | 3fe0db662a05f740b8b907f6b7c80f30cb1ebf7f (diff) | |
download | pkgsrc-3551241880a6e1e3a5081c685af22c6d0dedd74c.tar.gz |
Newer Linuxen (Arch here) have moved makedev(3) from <sys/types.h> to
a Linux-only <sys/sysmacros.h>. Conditionally #include that in
transcript.c and update.c.
While here, comment the patches.
Diffstat (limited to 'sysutils/radmind/Makefile')
-rw-r--r-- | sysutils/radmind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index dab3f3920bb..15f2ef050cf 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2016/04/14 11:17:31 hauke Exp $ +# $NetBSD: Makefile,v 1.38 2018/12/18 14:16:17 hauke Exp $ # DISTNAME= radmind-1.14.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/} |