- Fix build after recent curl update
- Remove unrecognized configure arg
This commit is contained in:
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
|
@ -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
|
||||
|
|
10
textproc/raptor/files/patch-src_raptor_internal.h
Normal file
10
textproc/raptor/files/patch-src_raptor_internal.h
Normal 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
|
||||
|
Loading…
Reference in a new issue