mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:42:43 +00:00 
			
		
		
		
	 365caec2e2
			
		
	
	
		365caec2e2
		
	
	
	
	
		
			
			`mc` runs `autoconf` on the fly, which unpacks a `config.sub` from its own files. This means that support for `serenity` (and the fact whether the patch successfully applies) depends on the version of `autoconf` that is installed on the host. Instead, just always replace it with a fresh version straight from the GNU server.
		
			
				
	
	
	
	
		
			513 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			513 B
		
	
	
	
	
	
	
	
Patches for mc on SerenityOS
0001-filemanager-ext.c-Include-strings.h-if-SerenityOS.patch
filemanager/ext.c: Include strings.h if SerenityOS
- Local?
- Should be merged to upstream?
- Resolves issue(s) with our side of things
- Hack
0002-filemanager-ext.c-Use-str_ncasecmp-instead-of-strnca.patch
filemanager/ext.c: Use str_ncasecmp instead of strncasecmp if SerenityOS
- Local?
- Should be merged to upstream?
- Resolves issue(s) with our side of things
- Hack