From ad24dc0db0e287363a92f62a6bbe8790234d1d24 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 13 Jun 2012 10:41:53 +0200 Subject: [PATCH] libcgi: added comments to Pkgfile about the overlay fix --- libcgi/Pkgfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2