CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / pypanel / Pkgfile
index fc9da3a949ffe1e6e5f88e2d384af66adaafc994..e4635c18fc0819eb788c530a15225d70a5172ccb 100644 (file)
@@ -2,7 +2,7 @@
 # URL: http://pypanel.sourceforge.net
 # Packager: Johannes Winkelmann, jw at tks6 dot net
 # Maintainer: Johannes Winkelmann, jw at tks6 dot net
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: python-xlib imlib2
 
 name=pypanel
@@ -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 \