pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/openrct2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Apr 25 07:50:03 UTC 2021

Modified Files:
        pkgsrc/games/openrct2: Makefile

Log Message:
openrct2: strip -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/openrct2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/openrct2/Makefile
diff -u pkgsrc/games/openrct2/Makefile:1.14 pkgsrc/games/openrct2/Makefile:1.15
--- pkgsrc/games/openrct2/Makefile:1.14 Wed Apr 21 13:24:42 2021
+++ pkgsrc/games/openrct2/Makefile      Sun Apr 25 07:50:03 2021
@@ -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=\"${PREF
 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
 #



Home | Main Index | Thread Index | Old Index