diff options
author | nia <nia@pkgsrc.org> | 2021-04-25 07:50:03 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-25 07:50:03 +0000 |
commit | 9d67e1d215e358efbd5b0647b4df5d74b453e8c0 (patch) | |
tree | 0cb8bafe371c07e2b40206bb9a37154e5508d32b /games/openrct2 | |
parent | 34e49256e5eb6577e8a31464e3707d404ff5dba2 (diff) | |
download | pkgsrc-9d67e1d215e358efbd5b0647b4df5d74b453e8c0.tar.gz |
openrct2: strip -Werror
Diffstat (limited to 'games/openrct2')
-rw-r--r-- | games/openrct2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index c128f2a61c1..c02e177b582 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2021/04/21 13:24:42 adam Exp $ +# $NetBSD: Makefile,v 1.15 2021/04/25 07:50:03 nia Exp $ DISTNAME= openrct2-0.2.4 PKGREVISION= 12 @@ -26,8 +26,10 @@ CXXFLAGS+= -DORCT2_RESOURCE_DIR=\"${PREFIX}/share/openrct2\" CONFIGURE_DIRS= build CMAKE_ARG_PATH= .. +BUILDLINK_TRANSFORM+= rm:-Werror + # XXX it cannot be built without an Internet connection. -# Fails during install stage: +# Fails during install stage: # CMake Error at cmake_install.cmake:48 (file): # file DOWNLOAD HASH mismatch # |