pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/glib-networking glib-networking: SunOS needs -D__E...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65a2410df20e
branches:  trunk
changeset: 426947:65a2410df20e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 09 08:39:06 2020 +0000

description:
glib-networking: SunOS needs -D__EXTENSIONS__.

diffstat:

 net/glib-networking/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 53b647249fb6 -r 65a2410df20e net/glib-networking/Makefile
--- a/net/glib-networking/Makefile      Thu Apr 09 08:35:56 2020 +0000
+++ b/net/glib-networking/Makefile      Thu Apr 09 08:39:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/03/31 16:46:44 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2020/04/09 08:39:06 jperkin Exp $
 
 DISTNAME=      glib-networking-2.64.1
 CATEGORIES=    net gnome
@@ -12,6 +12,8 @@
 
 USE_TOOLS+=    pkg-config gmake gettext
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+
 REPLACE_PYTHON+=       meson_post_install.py
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index