pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 17 12:36:53 UTC 2025

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile

Log Message:
at-spi2-core: SunOS needs __EXTENSIONS__.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/at-spi2-core/Makefile

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

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.60 pkgsrc/devel/at-spi2-core/Makefile:1.61
--- pkgsrc/devel/at-spi2-core/Makefile:1.60     Sat Oct  4 21:12:07 2025
+++ pkgsrc/devel/at-spi2-core/Makefile  Fri Oct 17 12:36:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2025/10/04 21:12:07 prlw1 Exp $
+# $NetBSD: Makefile,v 1.61 2025/10/17 12:36:53 jperkin Exp $
 
 DISTNAME=      at-spi2-core-2.54.0
 PKGREVISION=   8
@@ -18,6 +18,8 @@ SUPERSEDES+=  atk-[0-9]*
 CONFLICTS+=    at-spi2-atk-[0-9]*
 CONFLICTS+=    atk-[0-9]*
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 BUILD_DEFS+=           PKG_SYSCONFDIR
 
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}



Home | Main Index | Thread Index | Old Index