CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
xorg-arm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660cfdc
)
libdrm: aligned with upstream. Disabled man pages
author
Victor Martinez
<pitillo@ono.com>
Tue, 15 Oct 2013 10:29:13 +0000
(12:29 +0200)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 15 Oct 2013 10:29:13 +0000
(12:29 +0200)
libdrm/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/libdrm/Pkgfile
b/libdrm/Pkgfile
index 5692ad6d90659e0dca135fe2517f8c83b31e5f80..74b425aaa32ec7e1405cbe4d470806fb48172a3e 100644
(file)
--- a/
libdrm/Pkgfile
+++ b/
libdrm/Pkgfile
@@
-6,13
+6,13
@@
name=libdrm
version=2.4.47
-release=
1
+release=
2
source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2)
build() {
cd $name-$version
sed -i "s/drm\/drm.h/drm.h/" include/drm/qxl_drm.h
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr --mandir=/usr/man
--disable-manpages
make
make DESTDIR=$PKG install
}