[gentoo-x86] / dev-libs / DirectFB / DirectFB-1.1.0.ebuild Project Root:

GentooDiff of /dev-libs/DirectFB/DirectFB-1.1.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.1, Sun Dec 2 22:22:18 2007 UTC version 1.2, Sat Dec 8 18:50:44 2007 UTC
Line 48 
Line 48 
         epatch "${FILESDIR}"/${PN}-0.9.24-CFLAGS.patch          epatch "${FILESDIR}"/${PN}-0.9.24-CFLAGS.patch
         epatch "${FILESDIR}"/${P}-headers.patch          epatch "${FILESDIR}"/${P}-headers.patch
         epatch "${FILESDIR}"/${P}-pkgconfig.patch          epatch "${FILESDIR}"/${P}-pkgconfig.patch
   
           # This is only a partial fix to the X11 order issue #201626.  It's just
           # the only part we need in order to make the issue go away.  Upstream
           # bug tracker is currently broken, so list things to do here:
           #  configure.in:
           #   - only add -I/usr/X11R6/include to X11_CFLAGS as needed
           #   - only add -L/usr/X11R6/lib to X11_LIBS as needed
           #  systems/x11/Makefile.am:
           #   - add $(X11_LIBS) to end of _LIBADD variables
           sed -i \
                   -e '/X11_LIBS/s:-L/usr/X11R6/lib::' \
                   -e '/CFLAGS/s:-I/usr/X11R6/include::' \
                   configure
 }  }
   
 src_compile() {  src_compile() {

Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help