pkgsrc-Bugs archive

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

Re: pkg/54608: devel/glib2 fails to build on Solaris 11



Updated patch below.

Comments?


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/glib2/Makefile,v
retrieving revision 1.261
diff -u -r1.261 Makefile
--- Makefile    8 Oct 2019 10:58:17 -0000       1.261
+++ Makefile    10 Oct 2019 17:50:23 -0000
@@ -11,6 +11,7 @@
 # Avoid linux dependency on libmount-dev
 MESON_ARGS+=   -Dlibmount=false

+CPPFLAGS.SunOS+=        -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1
 LDFLAGS.SunOS+=                -lintl -lnsl

 REPLACE_PYTHON+=       gio/gio-querymodules-wrapper.py






Home | Main Index | Thread Index | Old Index