From: Jose V Beneyto Date: Wed, 13 Jun 2012 08:41:53 +0000 (+0200) Subject: libcgi: added comments to Pkgfile about the overlay fix X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ad24dc0db0e287363a92f62a6bbe8790234d1d24;p=ports%2Fcontrib-arm.git libcgi: added comments to Pkgfile about the overlay fix --- diff --git a/libcgi/Pkgfile b/libcgi/Pkgfile index 2e45d37..dc1c28e 100644 --- a/libcgi/Pkgfile +++ b/libcgi/Pkgfile @@ -12,6 +12,9 @@ source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$ver build() { cd $name-$version install -d $PKG/usr/lib $PKG/usr/include + + # fix types for ARM arch + # http://sourceforge.net/mailarchive/message.php?msg_id=454967 sed -e 's|va_copy(bkp, str);|va_copy(bkp, ptr);|' \ -i src/string.c