diff options
author | ale <ale@FreeBSD.org> | 2012-03-05 18:57:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-03-05 18:57:21 +0800 |
commit | a6156fb098ac996711060860bee878cb27318326 (patch) | |
tree | 735b4b456f5999b2af5b1a4d27e138df1d66bb5c /textproc | |
parent | 8f3ff059f30ab1029af9287e141758d9bcd33deb (diff) | |
download | freebsd-ports-gnome-a6156fb098ac996711060860bee878cb27318326.tar.gz freebsd-ports-gnome-a6156fb098ac996711060860bee878cb27318326.tar.zst freebsd-ports-gnome-a6156fb098ac996711060860bee878cb27318326.zip |
- Fix build after recent curl update
- Remove unrecognized configure arg
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 + |