CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
xorg-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747f7d7
)
xorg-xmodmap: Updated XMODMAP vars
author
Victor Martinez
<pitillo@ono.com>
Thu, 21 Jan 2010 15:59:33 +0000
(15:59 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Thu, 21 Jan 2010 15:59:33 +0000
(15:59 +0000)
xorg-xmodmap/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/xorg-xmodmap/Pkgfile
b/xorg-xmodmap/Pkgfile
index d9e0b33c2e5c7f5d94228d37a1f0104a3ecd645a..785305bd6dd90deb87d814ba3599daf1774e4c8f 100644
(file)
--- a/
xorg-xmodmap/Pkgfile
+++ b/
xorg-xmodmap/Pkgfile
@@
-11,12
+11,15
@@
source=(http://xorg.freedesktop.org/releases/individual/app/xmodmap-$version.tar
build() {
cd xmodmap-$version
+
+ export XMODMAP_CFLAGS="-I$CLFS/usr/include"
+ export XMODMAP_LIBS="-L$CLFS/usr/lib -lX11"
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr \
--mandir=/usr/man
- make
+ make
make DESTDIR=$PKG install
}