pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/graphene
Module Name: pkgsrc
Committed By: jperkin
Date: Sat May 14 15:31:51 UTC 2022
Modified Files:
pkgsrc/graphics/graphene: Makefile
Log Message:
graphene: SunOS needs -D__EXTENSIONS__
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/graphene/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/graphene/Makefile
diff -u pkgsrc/graphics/graphene/Makefile:1.4 pkgsrc/graphics/graphene/Makefile:1.5
--- pkgsrc/graphics/graphene/Makefile:1.4 Wed Dec 8 16:02:09 2021
+++ pkgsrc/graphics/graphene/Makefile Sat May 14 15:31:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/08 16:02:09 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/14 15:31:50 jperkin Exp $
DISTNAME= graphene-1.10.2
PKGREVISION= 1
@@ -19,6 +19,8 @@ MESON_ARGS+= -Dintrospection=true
MESON_ARGS+= -Dtests=false
MESON_ARGS+= -Dinstalled_tests=false
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
PYTHON_FOR_BUILD_ONLY= tool
.include "../../devel/glib2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index