pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pam-p11



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 14:29:43 UTC 2023

Modified Files:
        pkgsrc/security/pam-p11: Makefile

Log Message:
pam-p11: Strip out Werror.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/pam-p11/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pam-p11/Makefile
diff -u pkgsrc/security/pam-p11/Makefile:1.16 pkgsrc/security/pam-p11/Makefile:1.17
--- pkgsrc/security/pam-p11/Makefile:1.16       Wed Jul 12 21:26:14 2023
+++ pkgsrc/security/pam-p11/Makefile    Fri Sep  1 14:29:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/07/12 21:26:14 nia Exp $
+# $NetBSD: Makefile,v 1.17 2023/09/01 14:29:43 nia Exp $
 #
 
 DISTNAME=      pam_p11-0.3.1
@@ -21,6 +21,8 @@ USE_TOOLS+=           msgfmt msgmerge xgettext
 
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 WRKSRC=        ${WRKDIR}/${DISTNAME}
 pre-configure:
        cd ${WRKSRC} && autoreconf -f -i



Home | Main Index | Thread Index | Old Index