summaryrefslogtreecommitdiff
path: root/sysutils/checkperms
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-01-20 11:49:13 +0000
committerjperkin <jperkin@pkgsrc.org>2016-01-20 11:49:13 +0000
commitf03ba8948251d6dce6dc132caf7df2b47fca2b88 (patch)
treed2ae7f603330de014505072e3cb8922e9eb5d92c /sysutils/checkperms
parent4b81f48ea6f57e79598fa78a534a96abf590e63f (diff)
downloadpkgsrc-f03ba8948251d6dce6dc132caf7df2b47fca2b88.tar.gz
Ensure we use largefile interfaces on SunOS, fixes checks against files
that are >2GB. Bump PKGREVISION.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r--sysutils/checkperms/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 3e51b7d5913..a83f4b15a45 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2013/09/08 16:33:59 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2016/01/20 11:49:13 jperkin Exp $
#
DISTNAME= checkperms-1.11
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.roland-illig.de/checkperms/
@@ -14,6 +15,8 @@ AUTO_MKDIRS= yes
USE_BSD_MAKEFILE= yes
+CPPFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+
.include "../../mk/compiler.mk"
MAKE_FLAGS+= CWARNFLAGS.clang=-Wno-error=missing-noreturn