aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 16:04:10 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 16:04:10 +0800
commitc401538bead79fdc9e59a04467e35222b7e7b544 (patch)
tree84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /deskutils
parent3ce0866a9c937f93aedead3fd9faca8580b92a2c (diff)
downloadfreebsd-ports-gnome-c401538bead79fdc9e59a04467e35222b7e7b544.tar.gz
freebsd-ports-gnome-c401538bead79fdc9e59a04467e35222b7e7b544.tar.zst
freebsd-ports-gnome-c401538bead79fdc9e59a04467e35222b7e7b544.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 'deskutils')
-rw-r--r--deskutils/mdh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile
index 9dc248508927..3a03975138f4 100644
--- a/deskutils/mdh/Makefile
+++ b/deskutils/mdh/Makefile
@@ -43,6 +43,7 @@ post-patch:
s|@INSTALL@ -m 0775|@INSTALL_PROGRAM@|g ; \
s|cp -p|@INSTALL_DATA@|g' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|"getopt\.h"|<getopt.h>|g' ${WRKSRC}/src/mdh.c
+ @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/curl.c
post-install:
.if !defined(NOPORTDOCS)