components/ghostscript/Makefile
changeset 441 8a584a286658
parent 345 61b29cf8b717
child 519 64d5e70ee0eb
equal deleted inserted replaced
440:e5f5d16a151f 441:8a584a286658
    41 CONFIGURE_OPTIONS +=	--with-jbig2dec
    41 CONFIGURE_OPTIONS +=	--with-jbig2dec
    42 CONFIGURE_OPTIONS +=	--with-jasper
    42 CONFIGURE_OPTIONS +=	--with-jasper
    43 CONFIGURE_OPTIONS +=	--enable-cups
    43 CONFIGURE_OPTIONS +=	--enable-cups
    44 CONFIGURE_OPTIONS +=	--enable-dynamic
    44 CONFIGURE_OPTIONS +=	--enable-dynamic
    45 CONFIGURE_OPTIONS +=	--disable-compile-inits
    45 CONFIGURE_OPTIONS +=	--disable-compile-inits
       
    46 CONFIGURE_OPTIONS +=	--disable-freetype
    46 CONFIGURE_OPTIONS +=	--with-fontpath=/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource:/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font:/usr/share/ghostscript/fonts:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType:/usr/openwin/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Type1:/usr/X11/lib/fonts/TrueType:/usr/X11/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Resource:/usr/X11/lib/X11/Resource/Font
    47 CONFIGURE_OPTIONS +=	--with-fontpath=/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource:/usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font:/usr/share/ghostscript/fonts:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType:/usr/openwin/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Type1:/usr/X11/lib/fonts/TrueType:/usr/X11/lib/X11/fonts/Type3:/usr/X11/lib/X11/fonts/Resource:/usr/X11/lib/X11/Resource/Font
    47 
    48 
    48 # config env
    49 # config env
    49 CONFIGURE_ENV += LDFLAGS_SO="-G"
    50 CONFIGURE_ENV += LDFLAGS_SO="-G"
    50 CONFIGURE_ENV += CUPSCONFIG=/usr/bin/cups-config
    51 CONFIGURE_ENV += CUPSCONFIG=/usr/bin/cups-config
    54 
    55 
    55 VARIANTS = $(GS_VARIANT) $(IJS_VARIANT)
    56 VARIANTS = $(GS_VARIANT) $(IJS_VARIANT)
    56 
    57 
    57 # autoconf - Generate configuration scripts
    58 # autoconf - Generate configuration scripts
    58 COMPONENT_PREP_ACTION = \
    59 COMPONENT_PREP_ACTION = \
    59 	 (cd $(@D); autoconf)
    60 	 (cd $(@D); $(RM) -r libpng zlib jpeg ; autoconf)
    60 
    61 
    61 $(GS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
    62 $(GS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
    62 	($(CLONEY) $(SOURCE_DIR) $(@D))
    63 	($(CLONEY) $(SOURCE_DIR) $(@D))
    63 
    64 
    64 $(GS_VARIANT)/.installed: COMPONENT_INSTALL_TARGETS += \
    65 $(GS_VARIANT)/.installed: COMPONENT_INSTALL_TARGETS += \