diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libgpod/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 50aed92b78d4..dfcb042f80ef 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -36,12 +36,7 @@ post-extract: .SILENT .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's, docs$$,,' ${WRKSRC}/Makefile.in .endif + # Stop configure script want Perl and XML::Parser ${REINPLACE_CMD} '19491,19513d' ${WRKSRC}/configure -.if defined(GCCVERSION) -. if ${GCCVERSION} < 030000 - ${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h -. endif -.else -.endif .include <bsd.port.mk> |