components/wxwidgets/Makefile
changeset 7687 1093e2a9adbd
parent 7336 1c99429f2647
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 # 32-bit preferred as only *-config and source generation scripts delivered.
    25 # 32-bit preferred as only *-config and source generation scripts delivered.
    26 BUILD_BITS= 32_and_64
    26 BUILD_BITS= 32_and_64
    27 COMPILER= gcc
    27 COMPILER= gcc
    28 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:346879dc554f3ab8d6da2704f651ecb504a22e9d31c17ef5449b129ed711585d
    34     sha256:346879dc554f3ab8d6da2704f651ecb504a22e9d31c17ef5449b129ed711585d
    35 COMPONENT_ARCHIVE_URL=	http://prdownloads.sourceforge.net/wxwindows/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://prdownloads.sourceforge.net/wxwindows/$(COMPONENT_ARCHIVE)
    36 COMPONENT_PROJECT_URL=  http://www.wxwidgets.org/
    36 COMPONENT_PROJECT_URL=  http://www.wxwidgets.org/
    37 COMPONENT_BUGDB=	library/wxwidgets
    37 COMPONENT_BUGDB=	library/wxwidgets
       
    38 COMPONENT_ANITYA_ID=	5150
    38 
    39 
    39 TPNO=			28307
    40 TPNO=			28307
    40 
    41 
    41 CXXFLAGS += -std=c++11
    42 CXXFLAGS += -std=c++11
    42 
    43