CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
hicolor-icon-theme: Initial import (verified compilation)
[attic/ports/opt-cross.git] / mutt / Pkgfile
index eae1a9b55f923ab0ad092f16929ecb2e674e7592..c68255379b05d81214e1799d54d86512c10ad9c3 100644 (file)
@@ -12,7 +12,10 @@ source=(ftp://ftp.mutt.org/mutt/devel/$name-$version.tar.gz \
 
 build () {
   cd $name-$version
-  sed '/^SUBDIRS/ s/doc//' -i Makefile.am
+  sed '/^SUBDIRS/ s/doc//' -i Makefile*
+  export CPPFLAGS="-I$CLFS/usr/include"
+  export CFLAGS="$CPPFLAGS"
+  export oldincludedir="$CFLAGS"
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \