6742N/A#
6742N/A# CDDL HEADER START
6742N/A#
6742N/A# The contents of this file are subject to the terms of the
6742N/A# Common Development and Distribution License (the "License").
6742N/A# You may not use this file except in compliance with the License.
6742N/A#
6742N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6742N/A# or http://www.opensolaris.org/os/licensing.
6742N/A# See the License for the specific language governing permissions
6742N/A# and limitations under the License.
6742N/A#
6742N/A# When distributing Covered Code, include this CDDL HEADER in each
6742N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6742N/A# If applicable, add the following below this CDDL HEADER, with the
6742N/A# fields enclosed by brackets "[]" replaced with your own identifying
6742N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6742N/A#
6742N/A# CDDL HEADER END
6742N/A#
6742N/A
6742N/A#
6742N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6742N/A#
6742N/ABUILD_BITS= 64_and_32
6742N/A# For now, all things built for C++11 require gcc.
6742N/ACOMPILER= gcc
6742N/Ainclude ../../../make-rules/shared-macros.mk
6742N/A
6742N/ACOMPONENT_NAME= enchant
6742N/ACOMPONENT_VERSION= 1.6.0
6742N/ACOMPONENT_PROJECT_URL= http://www.abisource.com/projects/enchant/
6742N/ACOMPONENT_ARCHIVE_HASH= \
6742N/A sha256:2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
6742N/ACOMPONENT_ARCHIVE_URL= http://www.abisource.com/downloads/enchant/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
6742N/ACOMPONENT_BUGDB= library/enchant
6742N/A
6742N/ATPNO= 9326
6742N/A
6742N/ATEST_TARGET = $(NO_TESTS)
6742N/A
6742N/Ainclude $(WS_MAKE_RULES)/common.mk
6742N/A
6742N/ACXXFLAGS += -std=c++11
6742N/A
6742N/ACONFIGURE_OPTIONS += --disable-static
6742N/A
6742N/A# Force re-generate of configure since original configure is so old.
6742N/ACOMPONENT_PREP_ACTION += (cd $(@D); $(CONFIG_SHELL) autogen.sh --no-configure);
6742N/A
6742N/AREQUIRED_PACKAGES += developer/build/autoconf
6742N/AREQUIRED_PACKAGES += developer/build/automake
6742N/AREQUIRED_PACKAGES += developer/build/gnu-make
6742N/AREQUIRED_PACKAGES += developer/build/pkg-config
6742N/AREQUIRED_PACKAGES += library/glib2
6742N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
6742N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime