Archived
1
0
forked from rarias/bscpkgs

Add vite and otf packages

This commit is contained in:
2020-11-30 20:23:44 +01:00
parent dd5832b39d
commit 8d5853bba9
5 changed files with 377 additions and 0 deletions

11
bsc/otf/printf.patch Normal file
View File

@@ -0,0 +1,11 @@
--- a/tools/otfconfig/otfconfig.c 2020-11-21 13:55:23.195530435 +0100
+++ b/tools/otfconfig/otfconfig.c 2020-11-21 13:55:53.112402154 +0100
@@ -75,7 +75,7 @@ int main( int argc, char** argv ) {
strcat( tmp, "\n" );
- printf( tmp );
+ printf("%s", tmp );
}
}