aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-13 12:51:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-13 12:51:56 +0000
commitd332560b43cdd7801169f2b6be53ce2b6030e016 (patch)
treefc252520ce333fc3ea6a23c393ca4c7fe926c80f
parent9f001f3c9fe55f0e49ccbcfaeb9d43903a2f61ab (diff)
downloadports-d332560b43cdd7801169f2b6be53ce2b6030e016.tar.gz
ports-d332560b43cdd7801169f2b6be53ce2b6030e016.zip
Notes
-rw-r--r--audio/libgpod/Makefile7
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>