pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/glib-networking
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Apr 9 08:39:06 UTC 2020
Modified Files:
pkgsrc/net/glib-networking: Makefile
Log Message:
glib-networking: SunOS needs -D__EXTENSIONS__.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/glib-networking/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/glib-networking/Makefile
diff -u pkgsrc/net/glib-networking/Makefile:1.51 pkgsrc/net/glib-networking/Makefile:1.52
--- pkgsrc/net/glib-networking/Makefile:1.51 Tue Mar 31 16:46:44 2020
+++ pkgsrc/net/glib-networking/Makefile Thu Apr 9 08:39:06 2020
@@ -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 @@ LICENSE= gnu-lgpl-v2
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