pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Nov 28 09:23:32 UTC 2019

Modified Files:
        pkgsrc/devel/glib2: Makefile

Log Message:
glib2: add more CPPFLAGS to fix compilation on Solaris 11.3.

>From Joern Clausen via PR pkg/54722.


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 pkgsrc/devel/glib2/Makefile

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

Modified files:

Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.264 pkgsrc/devel/glib2/Makefile:1.265
--- pkgsrc/devel/glib2/Makefile:1.264   Tue Nov 26 10:27:09 2019
+++ pkgsrc/devel/glib2/Makefile Thu Nov 28 09:23:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.264 2019/11/26 10:27:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.265 2019/11/28 09:23:32 bsiegert Exp $
 
 .include "Makefile.common"
 
@@ -13,6 +13,7 @@ MESON_ARGS+=  -Dlibmount=false
 
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gio:${WRKSRC}/output/glib:${WRKSRC}/output/gobject:${WRKSRC}/output/gmodule
 
+CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 LDFLAGS.SunOS+=                -liconv -lintl -lnsl -lsocket
 
 REPLACE_PYTHON+=       gio/gio-querymodules-wrapper.py



Home | Main Index | Thread Index | Old Index