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/media-libs/imlib2/imlib2-20090313.ebuild

    r196 r260  
    3434        [[ $(gcc-major-version) -ge 4 ]] && myconf="${myconf} --enable-visibility-hiding" 
    3535 
    36  
    37         # Make sure the stuff also builds on cross-compilation 
    38         myconf="${myconf} \ 
    39                 --x-includes=${SYSROOT}/usr/X11R6/include \ 
    40                 --x-libraries=${SYSROOT}/usr/X11R6/lib" 
    41  
    42         export MY_ECONF=" 
     36        econf \ 
    4337                $(use_with X x) \ 
    4438                $(use_with jpeg) \ 
     
    4943                $(use_with bzip2) \ 
    5044                $(use_with mp3 id3) \ 
     45                --x-includes=${SYSROOT}/usr/X11R6/include \ 
     46                --x-libraries=${SYSROOT}/usr/X11R6/lib \ 
    5147                ${myconf} \ 
    52         " 
    53  
    54         econf ${myconf} || die "Configuration failed" 
    55         emake || die "Make failed" 
     48                || die 
     49        emake || die 
    5650}