diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-16 16:41:12 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-16 16:41:12 +0000 |
commit | 7268acee8e0f189a901296e6ebfe55f1715e7346 (patch) | |
tree | cc7fbb563b3cb7823428fb43e3fdc35c03ab2296 /multimedia/subtitleeditor | |
parent | 09bfea90797e117a876393984c64c8cfebf0cd75 (diff) |
Notes
Diffstat (limited to 'multimedia/subtitleeditor')
-rw-r--r-- | multimedia/subtitleeditor/Makefile | 2 |
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> |