aboutsummaryrefslogtreecommitdiff
path: root/www/mod_flickr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 08:04:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 08:04:10 +0000
commitc401538bead79fdc9e59a04467e35222b7e7b544 (patch)
tree84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /www/mod_flickr
parent3ce0866a9c937f93aedead3fd9faca8580b92a2c (diff)
- 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)
Notes
Notes: svn path=/head/; revision=292936
Diffstat (limited to 'www/mod_flickr')
-rw-r--r--www/mod_flickr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_flickr/Makefile b/www/mod_flickr/Makefile
index 373bbd4c8f0c..ae7f7dfa99a4 100644
--- a/www/mod_flickr/Makefile
+++ b/www/mod_flickr/Makefile
@@ -34,4 +34,7 @@ USE_APACHE= 20+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
+post-patch:
+ @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/mod_flickr.c
+
.include <bsd.port.mk>