mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			387 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			387 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- agg-2.5/libagg.pc.in.orig	2007-01-07 13:58:28.000000000 +0000
 | |
| +++ agg-2.5/libagg.pc.in	2007-01-07 14:02:40.000000000 +0000
 | |
| @@ -6,5 +6,6 @@
 | |
|  Name: libagg
 | |
|  Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
 | |
|  Version: @VERSION@
 | |
| -Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg
 | |
| +Requires.private: freetype2
 | |
| +Libs: -L${libdir} -lagg
 | |
|  Cflags: -I${includedir}
 |