diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
commit | c401538bead79fdc9e59a04467e35222b7e7b544 (patch) | |
tree | 84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /www/mod_flickr | |
parent | 3ce0866a9c937f93aedead3fd9faca8580b92a2c (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/Makefile | 3 |
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> |