components/gnome/gjs/Makefile
changeset 7206 23066e5fef27
parent 7153 1c6a8ad221bd
child 7687 1093e2a9adbd
equal deleted inserted replaced
7205:27c5215213bf 7206:23066e5fef27
    57 CONFIGURE_OPTIONS += --with-cairo
    57 CONFIGURE_OPTIONS += --with-cairo
    58 CONFIGURE_OPTIONS += --with-gtk
    58 CONFIGURE_OPTIONS += --with-gtk
    59 CONFIGURE_OPTIONS += --with-pic
    59 CONFIGURE_OPTIONS += --with-pic
    60 
    60 
    61 # Workaround the mozjs issue described in 24935318 
    61 # Workaround the mozjs issue described in 24935318 
    62 ifeq ($(MACH),sparc)
       
    63 COMPONENT_BUILD_ENV.64 += LD_OPTIONS="$(LD_OPTIONS) -M$(PWD)/mapfile"
    62 COMPONENT_BUILD_ENV.64 += LD_OPTIONS="$(LD_OPTIONS) -M$(PWD)/mapfile"
    64 endif
       
    65 
    63 
    66 # Required due to patches.
    64 # Required due to patches.
    67 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
    65 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
    68 
    66 
    69 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    67 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc