CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
opt-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b648b26
)
pypanel: fixed include's flag
author
Jose V Beneyto
<sepen@crux.nu>
Thu, 14 Jan 2010 08:31:25 +0000
(09:31 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Thu, 14 Jan 2010 08:31:25 +0000
(09:31 +0100)
pypanel/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/pypanel/Pkgfile
b/pypanel/Pkgfile
index fc9da3a949ffe1e6e5f88e2d384af66adaafc994..e56f118d3e1a40be9169de581920f2c66ce79ec9 100644
(file)
--- a/
pypanel/Pkgfile
+++ b/
pypanel/Pkgfile
@@
-14,7
+14,7
@@
build() {
cd PyPanel-$version
$CC $CFLAGS -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DIMLIB2_FIX=1 \
- -I$CLFS/usr/
X11R6/
include -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/python2.6 \
+ -I$CLFS/usr/include -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/python2.6 \
-c ppmodule.c -o ppmodule.o -Wall
$CC $CFLAGS -pthread -shared ppmodule.o -L$CLFS/usr/lib -L$CLFS/usr/lib/xorg \