diff options
author | obache <obache> | 2012-04-05 04:55:42 +0000 |
---|---|---|
committer | obache <obache> | 2012-04-05 04:55:42 +0000 |
commit | 382b4398a2b960672d37842ce17252f1aa155621 (patch) | |
tree | 59f31811709a95c5f5cdb0d010f1fc334ec2e4db /security | |
parent | 5b3d439de122de59664109bbe26646e683f722ee (diff) | |
download | pkgsrc-382b4398a2b960672d37842ce17252f1aa155621.tar.gz |
allow to build with skipping harmless warnings.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-af/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam-af/Makefile b/security/pam-af/Makefile index 46a4d20c02c..bb7634f2a23 100644 --- a/security/pam-af/Makefile +++ b/security/pam-af/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/01/24 09:11:13 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/04/05 04:55:42 obache Exp $ DISTNAME= pam_af-1.0.2 PKGNAME= ${DISTNAME:S/_/-/} @@ -24,6 +24,8 @@ SUBST_SED.pkgvar+= -e 's|/etc/|${PKG_SYSCONFDIR}/|g' BUILD_DEFS+= VARBASE MAKE_DIRS+= ${VARBASE}/db +BUILDLINK_TRANSFORM+= rm:-Wcast-qual + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" |