Subversion Repository

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

revision 2330, Mon Apr 11 20:48:49 2011 UTC revision 2682, Wed May 9 17:13:00 2012 UTC
# Line 5  Line 5 
5  # PPC!=:  # PPC!=:
6    
7  name=libdrm  name=libdrm
8  version=2.4.25  version=2.4.33
9  release=1  release=1
10  source=(http://dri.freedesktop.org/$name/$name-$version.tar.bz2 \  source=(http://dri.freedesktop.org/$name/$name-$version.tar.bz2 \
11          pci0001.patch)          pci0001.patch)
# Line 13  source=(http://dri.freedesktop.org/$name Line 13  source=(http://dri.freedesktop.org/$name
13  build() {  build() {
14      cd $name-$version      cd $name-$version
15          # if your videocard is on PCI:0001 bus (e.g. on Pegasos2)          # if your videocard is on PCI:0001 bus (e.g. on Pegasos2)
16          patch -p0 -i $SRC/pci0001.patch  #       patch -p0 -i $SRC/pci0001.patch
17    
18          ./configure --prefix=/usr --with-gnu-ld \          ./configure --prefix=/usr --with-gnu-ld \
19          --disable-intel --enable-udev \          --disable-intel --enable-udev \

Legend:
Removed from v.2330  
changed lines
  Added in v.2682