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:
8cfcc38
)
xorg-libxrender: fixed LIBS and CFLAGS
author
Jose V Beneyto
<sepen@crux.nu>
Thu, 17 Dec 2009 14:21:02 +0000
(15:21 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Thu, 17 Dec 2009 14:21:02 +0000
(15:21 +0100)
xorg-libxrender/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/xorg-libxrender/Pkgfile
b/xorg-libxrender/Pkgfile
index de76c45167e7a02d182cf1c2f072a3ea24e576eb..504f93fa6c1be18584247bd12df68d728931fbb4 100644
(file)
--- a/
xorg-libxrender/Pkgfile
+++ b/
xorg-libxrender/Pkgfile
@@
-7,13
+7,13
@@
name=xorg-libxrender
version=0.9.5
-release=
1
+release=
2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXrender-$version.tar.bz2)
build() {
cd libXrender-$version
- export X11_LIBS="-L$CLFS/usr/lib -l
pthread-stubs
"
+ export X11_LIBS="-L$CLFS/usr/lib -l
X11
"
export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
export RENDER_LIBS="$X11_LIBS"
export RENDER_CFLAGS="$X11_CFLAGS"