pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/gnome gnome: Don't enable mono ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcc9d8d46f55
branches:  trunk
changeset: 308136:dcc9d8d46f55
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu May 17 08:36:34 2018 +0000

description:
gnome: Don't enable mono by default on SunOS.

diffstat:

 meta-pkgs/gnome/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1faf0c8c843 -r dcc9d8d46f55 meta-pkgs/gnome/Makefile
--- a/meta-pkgs/gnome/Makefile  Thu May 17 08:10:29 2018 +0000
+++ b/meta-pkgs/gnome/Makefile  Thu May 17 08:36:34 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2017/07/30 22:47:52 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2018/05/17 08:36:34 jperkin Exp $
 
 DISTNAME=      gnome-2.26.2
 PKGREVISION=   5
@@ -19,7 +19,7 @@
 PKG_SUPPORTED_OPTIONS= pulseaudio mono
 PKG_SUGGESTED_OPTIONS= pulseaudio
 # mono does not work on NetBSD/arm yet
-.if ${OPSYS} != "NetBSD" || empty(MACHINE_ARCH:M*arm*)
+.if ${OPSYS} != "SunOS" && (${OPSYS} != "NetBSD" || empty(MACHINE_ARCH:M*arm*))
 PKG_SUGGESTED_OPTIONS+=        mono
 .endif
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index