pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/raqm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jul  8 12:38:12 UTC 2025

Modified Files:
        pkgsrc/graphics/raqm: Makefile

Log Message:
raqm: SunOS needs __EXTENSIONS__ for GCC 14.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/raqm/Makefile

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

Modified files:

Index: pkgsrc/graphics/raqm/Makefile
diff -u pkgsrc/graphics/raqm/Makefile:1.2 pkgsrc/graphics/raqm/Makefile:1.3
--- pkgsrc/graphics/raqm/Makefile:1.2   Tue Oct  8 15:37:32 2024
+++ pkgsrc/graphics/raqm/Makefile       Tue Jul  8 12:38:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/10/08 15:37:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/07/08 12:38:12 jperkin Exp $
 
 DISTNAME=      raqm-0.10.2
 CATEGORIES=    graphics
@@ -14,6 +14,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    pkg-config
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+
 PKGCONFIG_OVERRIDE+=           output/meson-private/raqm.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
 



Home | Main Index | Thread Index | Old Index