From 3f77c441c237853a6d5130d1ac64bdf0807193e6 Mon Sep 17 00:00:00 2001 From: sat Date: Mon, 16 Jul 2007 16:41:12 +0000 Subject: - Unbreak with gcc4 by using strtoq(3) instead of strtoll(3) Reported by: pointyhat via pav --- multimedia/subtitleeditor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia/subtitleeditor') diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile index cb44bab..257a9c6 100644 --- a/multimedia/subtitleeditor/Makefile +++ b/multimedia/subtitleeditor/Makefile @@ -34,6 +34,6 @@ MAN1= ${PORTNAME}.1 post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|strtoll|std::strtoll|g' ${WRKSRC}/src/SubtitleASS.cc + @${REINPLACE_CMD} -e 's|strtoll|strtoq|g' ${WRKSRC}/src/SubtitleASS.cc .include -- cgit v1.1