pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pam-af allow to build with skipping harmless ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea5e6e762603
branches:  trunk
changeset: 601954:ea5e6e762603
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Apr 05 04:55:42 2012 +0000

description:
allow to build with skipping harmless warnings.

diffstat:

 security/pam-af/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5f003861c93d -r ea5e6e762603 security/pam-af/Makefile
--- a/security/pam-af/Makefile  Thu Apr 05 03:18:01 2012 +0000
+++ b/security/pam-af/Makefile  Thu Apr 05 04:55:42 2012 +0000
@@ -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 @@
 BUILD_DEFS+=   VARBASE
 MAKE_DIRS+=    ${VARBASE}/db
 
+BUILDLINK_TRANSFORM+=  rm:-Wcast-qual
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index