- Timestamp:
- 03/21/09 14:39:23 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/media-libs/imlib2/imlib2-20090313.ebuild
r196 r260 34 34 [[ $(gcc-major-version) -ge 4 ]] && myconf="${myconf} --enable-visibility-hiding" 35 35 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 \ 43 37 $(use_with X x) \ 44 38 $(use_with jpeg) \ … … 49 43 $(use_with bzip2) \ 50 44 $(use_with mp3 id3) \ 45 --x-includes=${SYSROOT}/usr/X11R6/include \ 46 --x-libraries=${SYSROOT}/usr/X11R6/lib \ 51 47 ${myconf} \ 52 " 53 54 econf ${myconf} || die "Configuration failed" 55 emake || die "Make failed" 48 || die 49 emake || die 56 50 }
