diff options
author | danfe <danfe@FreeBSD.org> | 2007-06-13 20:51:56 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-06-13 20:51:56 +0800 |
commit | 7236fe7eaab26dd950ea76b89054e76c1d711a0f (patch) | |
tree | f547b90285d6251e5f1849d5c17cb5c60ac3f023 /audio | |
parent | a552da2995ee39fbe7323b946b995da8372542a8 (diff) | |
download | freebsd-ports-gnome-7236fe7eaab26dd950ea76b89054e76c1d711a0f.tar.gz freebsd-ports-gnome-7236fe7eaab26dd950ea76b89054e76c1d711a0f.tar.zst freebsd-ports-gnome-7236fe7eaab26dd950ea76b89054e76c1d711a0f.zip |
- Remove support for old GCC versions (pre-3.x)
- Add a comment on what I do with sed(1) here
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> |