5894N/A#
5894N/A# CDDL HEADER START
5894N/A#
5894N/A# The contents of this file are subject to the terms of the
5894N/A# Common Development and Distribution License (the "License").
5894N/A# You may not use this file except in compliance with the License.
5894N/A#
5894N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5894N/A# or http://www.opensolaris.org/os/licensing.
5894N/A# See the License for the specific language governing permissions
5894N/A# and limitations under the License.
5894N/A#
5894N/A# When distributing Covered Code, include this CDDL HEADER in each
5894N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5894N/A# If applicable, add the following below this CDDL HEADER, with the
5894N/A# fields enclosed by brackets "[]" replaced with your own identifying
5894N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5894N/A#
5894N/A# CDDL HEADER END
5894N/A#
5894N/A
5894N/A#
5894N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5894N/A#
5894N/A
5894N/ABUILD_BITS = 32_and_64
5894N/Ainclude ../../../make-rules/shared-macros.mk
5894N/A
5894N/ACOMPONENT_NAME= libcroco
5894N/ACOMPONENT_VERSION= 0.6.8
5894N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Libcroco
5894N/ACOMPONENT_ARCHIVE_HASH= \
5894N/A sha256:ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570
6395N/ACOMPONENT_BUGDB= gnome/libraries
5894N/A
5894N/ATPNO= 24633
5894N/A
5894N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
5894N/A
5894N/A# Needed because of patch to configure.in.
5894N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
5894N/A
5894N/A# Actually, -Bsymbolic-functions; the option is misnamed -- Solaris linker
5894N/A# doesn't support -Bsymbolic-functions currently.
5894N/ACONFIGURE_OPTIONS += --disable-Bsymbolic
5894N/ACONFIGURE_OPTIONS += --disable-static
5894N/A
5894N/A# Needed to make tests work
5894N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
5894N/ACOMPONENT_TEST_TARGETS = test
5894N/ACOMPONENT_TEST_TRANSFORMS += '-e "/^removing tests/d"'
5894N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
5894N/A
5894N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
5894N/AREQUIRED_PACKAGES += library/libxml2
5894N/AREQUIRED_PACKAGES += library/glib2