pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/graphene graphene: SunOS needs -D__EXTENSIONS__
details: https://anonhg.NetBSD.org/pkgsrc/rev/56fa233de57b
branches: trunk
changeset: 379308:56fa233de57b
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sat May 14 15:31:50 2022 +0000
description:
graphene: SunOS needs -D__EXTENSIONS__
diffstat:
graphics/graphene/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d265b4c62b82 -r 56fa233de57b graphics/graphene/Makefile
--- a/graphics/graphene/Makefile Sat May 14 15:23:02 2022 +0000
+++ b/graphics/graphene/Makefile Sat May 14 15:31:50 2022 +0000
@@ -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+= -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