7190N/A# The contents of this file are subject to the terms of the 7190N/A# Common Development and Distribution License (the "License"). 7190N/A# You may not use this file except in compliance with the License. 7190N/A# See the License for the specific language governing permissions 7190N/A# and limitations under the License. 7190N/A# When distributing Covered Code, include this CDDL HEADER in each 7190N/A# If applicable, add the following below this CDDL HEADER, with the 7190N/A# fields enclosed by brackets "[]" replaced with your own identifying 7190N/A# information: Portions Copyright [yyyy] [name of copyright owner] 7190N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 7190N/A# All components using gobject-introspection must be built with gcc as 7190N/A# gobject-introspection does not produce correct results when using Studio. 7190N/A# Also, for now, all things built for C++11 require gcc. 7190N/A# Despite its name, evolution-data-server is no longer just a backend for the 7190N/A# Evolution Mail Client; it is also a backend for various bits of data that 7190N/A# GNOME stores and various components now expect it to be present. 7190N/A# Needs gobject-introspection, not available on S11. 7190N/A# __EXTENSIONS__ required for timezone, altzone variables. 7190N/A# Our NSS/NSPR libraries have their own private copy of sqlite3 which is 7190N/A# different than the system-wide one; to avoid the private copy, we explicitly 7190N/A# set the sqlite3 library location. 7190N/A# Documentation target is busted. 7190N/A# Ubuntu-specific functionality. 7190N/A# Required for other components. 7190N/A# Required for other components. 7190N/A# Apparently, Solaris mail spool format is "broken". 7190N/A# XXX Neither ldap target builds on Solaris. 7190N/A# A pkg-config file isn't shipped in Solaris for nss/nspr 64-bit, so configure 7190N/A# will fail to find it; we workaround this by providing a one-off copy of the 7190N/A# related pkg-config files and telling pkg-config to search our directory for 7190N/A# Delete once builds servers have libgweather installed 7190N/A# Delete this when build servers are installed with libical 7190N/A# The dependency isn't installed, so add it manually since pkgdepend 7190N/A# can't resolve them yet: 15708323 7190N/A# Temporary until dependencies are all on build machines