components/libmng/Makefile
changeset 4088 98a08684d104
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
4087:03c5ee3f6307 4088:98a08684d104
    86 CONFIGURE_OPTIONS += --enable-storechunks 
    86 CONFIGURE_OPTIONS += --enable-storechunks 
    87 CONFIGURE_OPTIONS += --with-lcms
    87 CONFIGURE_OPTIONS += --with-lcms
    88 CONFIGURE_OPTIONS += --with-zlib
    88 CONFIGURE_OPTIONS += --with-zlib
    89 CONFIGURE_OPTIONS += --with-jpeg
    89 CONFIGURE_OPTIONS += --with-jpeg
    90 
    90 
       
    91 # requires an older automake to reconfigure.
    91 COMPONENT_PREP_ACTION = \
    92 COMPONENT_PREP_ACTION = \
    92 	( cd $(@D) ; \
    93 	( cd $(@D) ; \
    93 	    $(CP) makefiles/configure.in makefiles/Makefile.am . ; \
    94 	    $(CP) makefiles/configure.in makefiles/Makefile.am . ; \
    94 		    libtoolize --force --copy ; aclocal ; \
    95 	    ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv)
    95 		    automake --add-missing --copy ; autoconf )
       
    96 
    96 
    97 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    97 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    98 
    98 
    99 $(BUILD_DIR)/libmng-64.pc:	Solaris/libmng-64.pc
    99 $(BUILD_DIR)/libmng-64.pc:	Solaris/libmng-64.pc
   100 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@
   100 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@