components/guile/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 
       
    24 COMPILER = gcc3
       
    25 
    23 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    24 
    27 
    25 COMPONENT_NAME=		guile
    28 COMPONENT_NAME=		guile
    26 COMPONENT_VERSION=	1.8.6
    29 COMPONENT_VERSION=	1.8.6
    27 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/guile/
    30 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/guile/
    32 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/pub/gnu/guile/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/pub/gnu/guile/$(COMPONENT_ARCHIVE)
    33 COMPONENT_BUGDB=	utility/guile
    36 COMPONENT_BUGDB=	utility/guile
    34 
    37 
    35 TPNO=			8939
    38 TPNO=			8939
    36 
    39 
    37 include ../../make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    38 include ../../make-rules/configure.mk
    41 include $(WS_MAKE_RULES)/configure.mk
    39 include ../../make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    40 
    43 
    41 # Built in SFW with gcc and builds cleanly now only with gcc
       
    42 COMPILER = gcc3
       
    43 CONFIGURE_OPTIONS +=	CPPFLAGS="-I/usr/include/gmp -D__USE_LEGACY_PROTOTYPES__"
    44 CONFIGURE_OPTIONS +=	CPPFLAGS="-I/usr/include/gmp -D__USE_LEGACY_PROTOTYPES__"
    44 CONFIGURE_OPTIONS +=	--disable-static 
    45 CONFIGURE_OPTIONS +=	--disable-static 
    45 CONFIGURE_OPTIONS +=	--disable-error-on-warning
    46 CONFIGURE_OPTIONS +=	--disable-error-on-warning
    46 CONFIGURE_OPTIONS +=	ac_cv_type_complex_double=no
    47 CONFIGURE_OPTIONS +=	ac_cv_type_complex_double=no
    47 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    48 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    51 
    52 
    52 install:	$(INSTALL_32_and_64)
    53 install:	$(INSTALL_32_and_64)
    53 
    54 
    54 test:		$(TEST_32_and_64)
    55 test:		$(TEST_32_and_64)
    55 
    56 
    56 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    57 
    57 
    58 include ../../make-rules/depend.mk
    58 REQUIRED_PACKAGES += library/gmp
       
    59 REQUIRED_PACKAGES += library/libtool/libltdl
       
    60 REQUIRED_PACKAGES += library/ncurses
       
    61 REQUIRED_PACKAGES += library/readline
       
    62 REQUIRED_PACKAGES += shell/ksh93
       
    63 REQUIRED_PACKAGES += system/library
       
    64 REQUIRED_PACKAGES += system/library/gcc-3-runtime
       
    65 REQUIRED_PACKAGES += system/library/gcc-45-runtime
       
    66 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
       
    67 REQUIRED_PACKAGES += system/library/math