173N/A#
173N/A# CDDL HEADER START
173N/A#
173N/A# The contents of this file are subject to the terms of the
173N/A# Common Development and Distribution License (the "License").
173N/A# You may not use this file except in compliance with the License.
173N/A#
173N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
173N/A# or http://www.opensolaris.org/os/licensing.
173N/A# See the License for the specific language governing permissions
173N/A# and limitations under the License.
173N/A#
173N/A# When distributing Covered Code, include this CDDL HEADER in each
173N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
173N/A# If applicable, add the following below this CDDL HEADER, with the
173N/A# fields enclosed by brackets "[]" replaced with your own identifying
173N/A# information: Portions Copyright [yyyy] [name of copyright owner]
173N/A#
173N/A# CDDL HEADER END
173N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
173N/A#
3996N/A
3996N/ACOMPILER = gcc3
3996N/A
173N/Ainclude ../../make-rules/shared-macros.mk
173N/A
173N/ACOMPONENT_NAME= guile
704N/ACOMPONENT_VERSION= 1.8.6
618N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/guile/
173N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
173N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:69a2f9491480ff756d1cc4c8ea2bdc13d40ea8ddc8f93f26957bade8219a1d86
173N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/guile/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/guile
173N/A
3661N/ATPNO= 8939
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
173N/A
372N/ACONFIGURE_OPTIONS += CPPFLAGS="-I/usr/include/gmp -D__USE_LEGACY_PROTOTYPES__"
173N/ACONFIGURE_OPTIONS += --disable-static
173N/ACONFIGURE_OPTIONS += --disable-error-on-warning
173N/ACONFIGURE_OPTIONS += ac_cv_type_complex_double=no
173N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
173N/A
173N/A# common targets
173N/Abuild: $(BUILD_32_and_64)
173N/A
173N/Ainstall: $(INSTALL_32_and_64)
173N/A
173N/Atest: $(TEST_32_and_64)
173N/A
173N/A
3996N/AREQUIRED_PACKAGES += library/gmp
3996N/AREQUIRED_PACKAGES += library/libtool/libltdl
3996N/AREQUIRED_PACKAGES += library/ncurses
3996N/AREQUIRED_PACKAGES += library/readline
3996N/AREQUIRED_PACKAGES += shell/ksh93
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/library/gcc-3-runtime
3996N/AREQUIRED_PACKAGES += system/library/gcc-45-runtime
3996N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
3996N/AREQUIRED_PACKAGES += system/library/math