CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
contrib-arm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3526912
)
libcgi: added comments to Pkgfile about the overlay fix
2.7
2.7-hardfp
2.8
2.8-hardfp
author
Jose V Beneyto
<sepen@crux.nu>
Wed, 13 Jun 2012 08:41:53 +0000
(10:41 +0200)
committer
Jose V Beneyto
<sepen@crux.nu>
Wed, 13 Jun 2012 08:41:53 +0000
(10:41 +0200)
libcgi/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/libcgi/Pkgfile
b/libcgi/Pkgfile
index 2e45d37a2799f0d2aea759a4d3d93504417b1451..dc1c28ee651265eed9e0de6198a9f58d8a77732d 100644
(file)
--- 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