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 /astro | |
parent | - Update to 1.8.0 (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)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/tangogps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/tangogps/Makefile b/astro/tangogps/Makefile index 92d322abed9b..4a223ae93fdd 100644 --- a/astro/tangogps/Makefile +++ b/astro/tangogps/Makefile @@ -28,4 +28,7 @@ USE_GNOME= gtk20 gconf2 libxml2 USE_SQLITE= 3 INSTALLS_ICONS= yes +post-patch: + @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/tile_management.c ${WRKSRC}/src/util.h ${WRKSRC}/src/friends.c + .include <bsd.port.mk> |