Magellan Linux

Diff of /smage/trunk/core/kdrive/kdrive-1.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 361 by niro, Mon May 3 11:05:08 2010 UTC revision 362 by niro, Mon May 3 11:07:22 2010 UTC
# Line 62  SRC_URI=( Line 62  SRC_URI=(
62   mirror://xorg-server/${SRCFILE}   mirror://xorg-server/${SRCFILE}
63   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch
64   mirror://xorg-server/xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch   mirror://xorg-server/xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch
65     mirror://xorg-server/xorg-server-1.7.6-libsha1-support.patch
66     mirror://xorg-server/xorg-server-1.7.6-dlopen-fix.patch
67  )  )
68    
69  UP2SUBDIR="xserver"  UP2SUBDIR="xserver"
# Line 78  src_prepare() Line 80  src_prepare()
80   # adopted from redhat; use a black background   # adopted from redhat; use a black background
81   mpatch xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch || die   mpatch xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch || die
82    
83     # support other sha1 implemtations as well
84     mpatch xorg-server-1.7.6-libsha1-support.patch || die
85    
86     # fix linking issues against dlopen (xfbdev needs this)
87     mpatch xorg-server-1.7.6-dlopen-fix.patch || die
88    
89   # fix build issues, some wrapper files which should be generated   # fix build issues, some wrapper files which should be generated
90   # at build time exist and the makefile doesn't whipe them. we patch   # at build time exist and the makefile doesn't whipe them. we patch
91   # the makefile to clean them and whipe these wrapper files   # the makefile to clean them and whipe these wrapper files

Legend:
Removed from v.361  
changed lines
  Added in v.362