diff options
Diffstat (limited to 'net-p2p/gtorrentviewer/Makefile')
-rw-r--r-- | net-p2p/gtorrentviewer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 8b8c2cf59416..216ebf4b2819 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -29,6 +29,9 @@ CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ MAN1= gtorrentviewer.1 DOCS= AUTHORS COPYING ChangeLog README +post-patch: + @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/main.c + .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} |