1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Remove support for old GCC versions (pre-3.x)

- Add a comment on what I do with sed(1) here
This commit is contained in:
Alexey Dokuchaev 2007-06-13 12:51:56 +00:00
parent 9f001f3c9f
commit d332560b43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193393

View File

@ -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>