diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gtkpod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 26e8259ba990..039faf47e189 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkpod PORTVERSION= 0.99.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -47,6 +48,8 @@ pre-configure: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \ ${WRKSRC}/po/Makefile.in.in +# work-around a segfault when attempting to delete track from iPod + @${REINPLACE_CMD} '83,85d' ${WRKSRC}/src/confirmation.c post-install: .if !defined(NOPORTDOCS) |