freebsd-ports/devel/rlvm/files/extra-patch-disable-test
Jan Beich 839fe7d15a Add new port devel/rlvm
PR:		195964
Differential Revision:	https://reviews.freebsd.org/D1696
Reviewed by:	bapt
Approved by:	bapt (mentor)

rlvm is a Free Software reimplementation of VisualArt's KK's RealLive
interpreter, used in the games Kanon, Air, CLANNAD, Planetarian,
Tomoyo After and Little Busters, among many others.

WWW: http://www.elliotglaysher.org/rlvm/
2015-01-30 13:19:37 +00:00

27 lines
862 B
Text

--- SConstruct~
+++ SConstruct
@@ -387,24 +387,6 @@ else:
duplicate=0,
exports='env')
-# Copy the platform independent SEEN.TXT files to output (we no longer depend
-# on rldev because I can no longer reliably compile it).
-env.SConscript("test/SConscript.rlc",
- variant_dir="build/test",
- duplicate=0,
- exports='env')
-
-# Build the rlvmTests binary that uses those SEEN.TXT files.
-env.SConscript("SConscript.test",
- variant_dir="$BUILD_DIR/",
- duplicate=0,
- exports='env')
-
-env.SConscript("SConscript.luarlvm",
- variant_dir="$BUILD_DIR/",
- duplicate=0,
- exports='env')
-
if GetOption("coverage"):
env.SConscript("SConscript.coverage",
variant_dir="$BUILD_DIR/",