SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
emulators/openmsx/patches/patch-build_version2code_py
Normal file
13
emulators/openmsx/patches/patch-build_version2code_py
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fix a systrace warning when devel/subversion is installed.
|
||||
|
||||
--- build/version2code.py.orig Sun Jul 31 13:02:11 2016
|
||||
+++ build/version2code.py Sat May 6 20:57:51 2017
|
||||
@@ -6,7 +6,7 @@ from version import extractRevisionString, packageVers
|
||||
import sys
|
||||
|
||||
def iterVersionInclude():
|
||||
- revision = extractRevisionString()
|
||||
+ revision = "unknown"
|
||||
|
||||
yield '// Automatically generated by build process.'
|
||||
yield 'const bool Version::RELEASE = %s;' % str(releaseFlag).lower()
|
Loading…
Add table
Add a link
Reference in a new issue