pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libsecret



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  9 09:34:06 UTC 2025

Modified Files:
        pkgsrc/security/libsecret: Makefile

Log Message:
libsecret: fix build with latest libgpg-error-1.52


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/libsecret/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/libsecret/Makefile
diff -u pkgsrc/security/libsecret/Makefile:1.34 pkgsrc/security/libsecret/Makefile:1.35
--- pkgsrc/security/libsecret/Makefile:1.34     Sat Jul  6 06:51:30 2024
+++ pkgsrc/security/libsecret/Makefile  Wed Apr  9 09:34:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/07/06 06:51:30 adam Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/09 09:34:05 wiz Exp $
 
 DISTNAME=      libsecret-0.20.5
 CATEGORIES=    security gnome
@@ -33,6 +33,8 @@ SUBST_FILES.python=   libsecret/mock-servi
 SUBST_SED.python=      -e 's,python3,${PYTHONBIN},'
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.44.0
+CPPFLAGS+=                     -DGPGRT_ENABLE_ES_MACROS
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection=     build



Home | Main Index | Thread Index | Old Index