Show
Ignore:
Timestamp:
03/21/09 14:39:23 (3 years ago)
Author:
max_posedon
Message:

applying alonbl's indent an myconf patches, thanks alonbl! great work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/x11-libs/e_dbus/e_dbus-20090313.ebuild

    r196 r260  
    1919 
    2020src_compile() { 
    21         local myconf 
    22  
    23         myconf="${myconf} 
    24                 $(use_enable hal ehal) 
    25                 --enable-enm 
    26                 --enable-build-test-gui 
    27                 --enable-enotify" 
    28                  
    29         econf ${myconf} || die "Configuration failed" 
    30         emake || die "Make failed" 
     21        econf \ 
     22                --enable-enm \ 
     23                --enable-build-test-gui \ 
     24                --enable-enotify \ 
     25                $(use_enable hal ehal) \ 
     26                || die 
     27        emake || die 
    3128}