open-src/lib/freetype/Makefile
changeset 150 ceaa6df00cd3
parent 136 42c034a10bbf
child 156 1dec9ce4addc
equal deleted inserted replaced
149:efb792820787 150:ceaa6df00cd3
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.64	07/03/29
    33 # @(#)Makefile	1.65	07/04/19
    34 #
    34 #
    35 
    35 
    36 PWD:sh=pwd
    36 PWD:sh=pwd
    37 TOP=$(PWD)/../..
    37 TOP=$(PWD)/../..
    38 
    38 
    47 
    47 
    48 # Download site for source
    48 # Download site for source
    49 SOURCE_URL=http://savannah.nongnu.org/download/freetype/$(SOURCE_TARBALL_NAME)
    49 SOURCE_URL=http://savannah.nongnu.org/download/freetype/$(SOURCE_TARBALL_NAME)
    50 
    50 
    51 # Patches to apply to source after unpacking, in order
    51 # Patches to apply to source after unpacking, in order
    52 SOURCE_PATCHES=freetype-$(FT_VERS).patch 6425531.patch freetype-$(FT_VERS).hint.patch 6539893.patch,-p1
    52 SOURCE_PATCHES=freetype-$(FT_VERS).patch 6425531.patch 6542352.patch freetype-$(FT_VERS).hint.patch 6539893.patch,-p1
    53 
    53 
    54 # Directory created by unpacking source
    54 # Directory created by unpacking source
    55 SOURCE_DIR=$(BUILD_DIR)/freetype-$(FT_VERS)
    55 SOURCE_DIR=$(BUILD_DIR)/freetype-$(FT_VERS)
    56 
    56 
    57 # Command line options to GNU autoconf configure script
    57 # Command line options to GNU autoconf configure script