* gnu/packages/web.scm (netsurf): Update to 3.10. * gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Fix include directory for system utf8proc.
 | 
						|
 | 
						|
--- netsurf-3.10/utils/idna.c
 | 
						|
+++ netsurf-3.10/utils/idna.c
 | 
						|
@@ -167,7 +167,7 @@
 | 
						|
 
 | 
						|
 #ifdef WITH_UTF8PROC
 | 
						|
 
 | 
						|
-#include <libutf8proc/utf8proc.h>
 | 
						|
+#include <utf8proc.h>
 | 
						|
 
 | 
						|
 int32_t idna_contexto[] = {
 | 
						|
 	/* CONTEXTO codepoints which have a rule defined */
 |