aboutsummaryrefslogtreecommitdiff
path: root/multimedia/subtitleeditor/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-07-16 16:41:12 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-07-16 16:41:12 +0000
commit7268acee8e0f189a901296e6ebfe55f1715e7346 (patch)
treecc7fbb563b3cb7823428fb43e3fdc35c03ab2296 /multimedia/subtitleeditor/Makefile
parent09bfea90797e117a876393984c64c8cfebf0cd75 (diff)
downloadports-7268acee8e0f189a901296e6ebfe55f1715e7346.tar.gz
ports-7268acee8e0f189a901296e6ebfe55f1715e7346.zip
Notes
Diffstat (limited to 'multimedia/subtitleeditor/Makefile')
-rw-r--r--multimedia/subtitleeditor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile
index cb44bab60815..257a9c6cfdb5 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 <bsd.port.mk>