diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:32:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:32:54 +0000 |
commit | 3ae4718f6915dde0adfd5295c90912e9e1bead56 (patch) | |
tree | ba47567d646a78e8e668f807078c3ed284a65ace /lang/tolua++/files/patch-src-tests-SCsub | |
parent | Add Python flavor support (diff) |
Fix build with scons 3.1.2
Notes
Notes:
svn path=/head/; revision=536496
Diffstat (limited to 'lang/tolua++/files/patch-src-tests-SCsub')
-rw-r--r-- | lang/tolua++/files/patch-src-tests-SCsub | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/tolua++/files/patch-src-tests-SCsub b/lang/tolua++/files/patch-src-tests-SCsub new file mode 100644 index 000000000000..446b0af4fd25 --- /dev/null +++ b/lang/tolua++/files/patch-src-tests-SCsub @@ -0,0 +1,9 @@ +--- src/tests/SCsub.orig 2006-04-10 09:45:44 UTC ++++ src/tests/SCsub +@@ -1,5 +1,5 @@ + Import('env') +-env_tests = env.Copy() ++env_tests = env.Clone() + + env_tests.LuaBinding('tclassbind.cpp', 'tclass.pkg', 'tclass', use_own=1, use_typeid=1) + |