diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/raptor/Makefile | 1 | ||||
-rw-r--r-- | textproc/raptor/files/patch-src_raptor_internal.h | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 77cbeac5ca5e..7d573bfca8e0 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -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 diff --git a/textproc/raptor/files/patch-src_raptor_internal.h b/textproc/raptor/files/patch-src_raptor_internal.h new file mode 100644 index 000000000000..66ed1edc049d --- /dev/null +++ b/textproc/raptor/files/patch-src_raptor_internal.h @@ -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 + |