pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/gmime3



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Apr  8 17:20:41 UTC 2025

Modified Files:
        pkgsrc/mail/gmime3: Makefile

Log Message:
mail/gmime3: Fix build with libgpg-error-1.52


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/gmime3/Makefile

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

Modified files:

Index: pkgsrc/mail/gmime3/Makefile
diff -u pkgsrc/mail/gmime3/Makefile:1.19 pkgsrc/mail/gmime3/Makefile:1.20
--- pkgsrc/mail/gmime3/Makefile:1.19    Fri Aug  9 09:42:21 2024
+++ pkgsrc/mail/gmime3/Makefile Tue Apr  8 17:20:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/08/09 09:42:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2025/04/08 17:20:41 ryoon Exp $
 
 DISTNAME=      gmime-3.2.15
 PKGNAME=       ${DISTNAME:S/gmime/gmime3/}
@@ -21,6 +21,8 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --enable-gtk-doc=no
 PKGCONFIG_OVERRIDE+=   gmime.pc.in
 
+CPPFLAGS+=             -DGPGRT_ENABLE_ES_MACROS
+
 # one test failure as of 3.2.6
 # test-filters:
 # https://github.com/jstedfast/gmime/issues/81



Home | Main Index | Thread Index | Old Index