pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libkleo



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jun 21 10:52:45 UTC 2024

Modified Files:
        pkgsrc/security/libkleo: Makefile

Log Message:
libkleo: Avoid overzealous -Werror.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/libkleo/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/libkleo/Makefile
diff -u pkgsrc/security/libkleo/Makefile:1.8 pkgsrc/security/libkleo/Makefile:1.9
--- pkgsrc/security/libkleo/Makefile:1.8        Wed May 29 16:34:16 2024
+++ pkgsrc/security/libkleo/Makefile    Fri Jun 21 10:52:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/05/29 16:34:16 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/06/21 10:52:45 jperkin Exp $
 
 DISTNAME=      libkleo-${KAPPSVER}
 PKGREVISION=   2
@@ -12,6 +12,9 @@ LICENSE=      gnu-lgpl-v2 AND gnu-gpl-v2
 
 USE_TOOLS+=    msgmerge
 
+# error: "BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD" is not defined
+BUILDLINK_TRANSFORM+=  rm:-Werror=undef
+
 SUBST_CLASSES+=                xdg
 SUBST_STAGE.xdg=       pre-configure
 SUBST_MESSAGE.xdg=     Install via examples dir.



Home | Main Index | Thread Index | Old Index