Show
Ignore:
Timestamp:
03/23/09 02:44:51 (3 years ago)
Author:
max_posedon
Message:

Apply review alonbl's patches. Thanks, alonbl!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/dev-libs/efreet/efreet-20090313.ebuild

    r196 r264  
    2222 
    2323        touch README 
    24         touch ABOUT-NLS 
    25  
    26         eautoreconf || die "Autoreconf failed" 
     24        eautoreconf 
    2725} 
    2826 
    2927src_compile() { 
    30         local myconf 
    31  
    32         myconf="${myconf} 
    33                 $(use_enable hiddenvisibility hidden-visibility)" 
    34  
    35         econf ${myconf}|| die "Configuration failed" 
    36         emake || die "Make failed" 
     28        econf \ 
     29                $(use_enable hiddenvisibility hidden-visibility) \ 
     30                || die 
     31        emake || die 
    3732}