- Fix build after recent curl update

- Remove unrecognized configure arg
This commit is contained in:
Alex Dupre 2012-03-05 10:57:21 +00:00
parent 946876d249
commit 45624f05bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292727
2 changed files with 10 additions and 1 deletions

View file

@ -21,7 +21,6 @@ USE_GNOME= gnomehack libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
--with-curl-config=${LOCALBASE}/bin/curl-config \
--with-pkg-config=${LOCALBASE}/bin/pkg-config \
--with-xml-parser=libxml --with-www=curl
CONFIGURE_ENV+= DOC_MODULE_VERSION=1
MAKE_ENV+= DOC_MODULE_VERSION=1

View file

@ -0,0 +1,10 @@
--- src/raptor_internal.h.orig 2012-03-05 11:43:28.000000000 +0100
+++ src/raptor_internal.h 2012-03-05 11:43:35.000000000 +0100
@@ -852,7 +852,6 @@
#ifdef RAPTOR_WWW_LIBCURL
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#endif