Magellan Linux

Contents of /branches/magellan-next/core/libdrm/libdrm-2.4.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6298 - (show annotations) (download)
Fri Aug 20 12:39:03 2010 UTC (13 years, 8 months ago) by niro
File size: 744 byte(s)
auto added: ver bump to 2.4.21-r1
1 # $Id: libdrm-2.4.20-r1.smage2 5353 2010-05-07 16:14:48Z niro $
2
3 PNAME="libdrm"
4 PVER="2.4.21"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Xorg drm library."
11 HOMEPAGE="http://dri.freedesktop.org/"
12
13 sminclude xorg multilib
14
15 DEPEND=""
16 SDEPEND=">= dev-libs/libpthread-stubs-0.1"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19
20 SRC_URI=(
21 http://dri.freedesktop.org/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"
26
27 src_compile()
28 {
29 # add march=native to cflags to fix compile issues
30 # see http://bugs.freedesktop.org/show_bug.cgi?id=24381
31 export CFLAGS="${CFLAGS} -march=native"
32 export CXXFLAGS="${CXXFLAGS} -march=native"
33
34 mconfigure || die
35 mmake || die
36 }