# HG changeset patch # User Antoine Bodin # Date 1324046521 -3600 # Node ID c3d5ab7d3a744066e88970c0c929bf0f63f92ea6 # Parent 1f66719de426a72ecd4b6c6b89564c905d63934d raptor: fix build (thanks godane) diff -r 1f66719de426 -r c3d5ab7d3a74 raptor/receipt --- a/raptor/receipt Fri Dec 16 15:42:01 2011 +0100 +++ b/raptor/receipt Fri Dec 16 15:42:01 2011 +0100 @@ -16,6 +16,8 @@ compile_rules() { cd $src + # fix build with curl >= 7.21.2 + sed -i '/#include /d' src/raptor_internal.h ./configure --disable-static $CONFIGURE_ARGS && make && make prefix=/usr install }