diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-08 16:04:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-08 16:04:10 +0800 |
commit | 293b4b20649244406813c811cab80157f449e734 (patch) | |
tree | 7e4a0064fdcdc66000791a7845755050f6c92c45 /multimedia/xine | |
parent | 2ca12b7ec0b6410bd0f9c1668039d54a00f1c4fb (diff) | |
download | freebsd-ports-gnome-293b4b20649244406813c811cab80157f449e734.tar.gz freebsd-ports-gnome-293b4b20649244406813c811cab80157f449e734.tar.zst freebsd-ports-gnome-293b4b20649244406813c811cab80157f449e734.zip |
- Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
Submitted by: sunpoet (myself)
Tested by: exp-run by linimon
Approved by: linimon (with portmgr hat)
Diffstat (limited to 'multimedia/xine')
-rw-r--r-- | multimedia/xine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index f7551abc8d5e..849b2864deb0 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -117,6 +117,7 @@ post-patch: 's|THREAD_LIBS=.*$$|THREAD_LIBS="\$$THREAD_LIBS"|g ; \ s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/xitk/download.c post-install: @${CAT} ${PKGMESSAGE} |