pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgnome-keyring



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  9 09:35:48 UTC 2025

Modified Files:
        pkgsrc/security/libgnome-keyring: Makefile

Log Message:
libgnome-keyring: Fix build with libgpg-error-1.52


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/libgnome-keyring/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/libgnome-keyring/Makefile
diff -u pkgsrc/security/libgnome-keyring/Makefile:1.18 pkgsrc/security/libgnome-keyring/Makefile:1.19
--- pkgsrc/security/libgnome-keyring/Makefile:1.18      Wed Dec  8 16:02:34 2021
+++ pkgsrc/security/libgnome-keyring/Makefile   Wed Apr  9 09:35:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/12/08 16:02:34 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/09 09:35:48 wiz Exp $
 
 DISTNAME=      libgnome-keyring-3.12.0
 PKGREVISION=   2
@@ -19,6 +19,8 @@ USE_LIBTOOL=          YES
 
 PKGCONFIG_OVERRIDE+=   library/gnome-keyring-1.pc.in
 
+CPPFLAGS+=             -DGPGRT_ENABLE_ES_MACROS
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 BUILDLINK_API_DEPENDS.dbus+=    dbus>=1.2.1



Home | Main Index | Thread Index | Old Index