Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
argyllcms
ajam-gcc14.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ajam-gcc14.patch of Package argyllcms
Index: b/ajam-2.5.2-1.3.3/mkjambase.c =================================================================== --- a/ajam-2.5.2-1.3.3/mkjambase.c +++ b/ajam-2.5.2-1.3.3/mkjambase.c @@ -24,6 +24,7 @@ # include <stdio.h> # include <string.h> +int main( int argc, char **argv, char **envp ) { char buf[ 1024 ]; Index: b/ajam-2.5.2-1.3.3/execunix.c =================================================================== --- a/ajam-2.5.2-1.3.3/execunix.c +++ b/ajam-2.5.2-1.3.3/execunix.c @@ -106,7 +106,7 @@ execcmd( { int pid; int slot; - const char *argv[ MAXARGC + 1 ]; /* +1 for NULL */ + char * argv[ MAXARGC + 1 ]; /* +1 for NULL */ # ifdef USE_EXECNT char *p;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor