pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/gnome
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 17 08:36:34 UTC 2018
Modified Files:
pkgsrc/meta-pkgs/gnome: Makefile
Log Message:
gnome: Don't enable mono by default on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/meta-pkgs/gnome/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/gnome/Makefile
diff -u pkgsrc/meta-pkgs/gnome/Makefile:1.138 pkgsrc/meta-pkgs/gnome/Makefile:1.139
--- pkgsrc/meta-pkgs/gnome/Makefile:1.138 Sun Jul 30 22:47:52 2017
+++ pkgsrc/meta-pkgs/gnome/Makefile Thu May 17 08:36:34 2018
@@ -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_OPTIONS_VAR= PKG_OPTIONS.gnome
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