diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-08-28 01:29:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-08-28 01:29:03 +0800 |
commit | d4728b47c685aba461528184207d8c5df1a85b2a (patch) | |
tree | 0b0a18144a062afa10f3d380f11fcf717c062616 /games | |
parent | a4bfb1ac5bd11ec16192afeec5ad52a601066d49 (diff) | |
download | freebsd-ports-gnome-d4728b47c685aba461528184207d8c5df1a85b2a.tar.gz freebsd-ports-gnome-d4728b47c685aba461528184207d8c5df1a85b2a.tar.zst freebsd-ports-gnome-d4728b47c685aba461528184207d8c5df1a85b2a.zip |
games/keeperrl: unbreak with libc++ 7
In file included from effect.cpp:731:
./pretty_archive.h:135:12: error: call to 'quoted' is ambiguous
ar.os << std::quoted(t) << " ";
^~~~~~~~~~~
/usr/include/c++/v1/iomanip:645:1: note: candidate function [with _CharT = char, _Traits = std::__1::char_traits<char>, _Allocator = std::__1::allocator<char>]
quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim = _CharT('"'), _CharT __escape=_CharT('\\'))
^
./extern/iomanip.h:173:3: note: candidate function [with _CharT = char, _Traits = std::__1::char_traits<char>, _Alloc = std::__1::allocator<char>]
quoted(const basic_string<_CharT, _Traits, _Alloc>& __string,
^
PR: 230355
Obtained from: upstream
Diffstat (limited to 'games')
-rw-r--r-- | games/keeperrl/Makefile | 7 | ||||
-rw-r--r-- | games/keeperrl/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games/keeperrl/Makefile b/games/keeperrl/Makefile index c6ca8bd93c31..1765964994e8 100644 --- a/games/keeperrl/Makefile +++ b/games/keeperrl/Makefile @@ -2,9 +2,12 @@ PORTNAME= keeperrl PORTVERSION= 0.0.${ALPHA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= c0fc69cbee72.patch:-p1 + MAINTAINER= ports@FreeBSD.org COMMENT= Ambitious dungeon builder with roguelike elements @@ -42,8 +45,6 @@ post-patch: -e 's|bash|sh|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} 's|bash|sh|' ${WRKSRC}/check_serial.sh - @${REINPLACE_CMD} '/_GLIBCXX_END_NAMESPACE_VERSION/d' \ - ${WRKSRC}/extern/iomanip.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keeper ${STAGEDIR}${PREFIX}/bin diff --git a/games/keeperrl/distinfo b/games/keeperrl/distinfo index 0a5c5a0e88f3..5ce396c39470 100644 --- a/games/keeperrl/distinfo +++ b/games/keeperrl/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1516986107 SHA256 (miki151-keeperrl-0.0.23-alpha23_GH0.tar.gz) = 046cba3c8834f52f9e796d2deece8770b833d351eb222c216fdf65b0c1869979 SIZE (miki151-keeperrl-0.0.23-alpha23_GH0.tar.gz) = 3252139 +SHA256 (c0fc69cbee72.patch) = ca2a3158182b1bcab2c9ec0d9e9525800d49c62f2d544c9a3b6c01fbee75750b +SIZE (c0fc69cbee72.patch) = 533 |