mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	This has bugged me forever. The existing file creates a warning on every single compiler invocation. I really need to figure out if I can get this fixed upstream. But while I'm at it, I submitted it here to make it easier to spot warnings in the build output. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/libmtp.pc.in b/libmtp.pc.in
 | |
| index 93c7bbf..ff817e1 100644
 | |
| --- a/libmtp.pc.in
 | |
| +++ b/libmtp.pc.in
 | |
| @@ -10,6 +10,6 @@ Description: libmtp is a library for accessing Media Transfer Protocol devices
 | |
|  Version: @VERSION@
 | |
|  Requires.private: @LIBUSB_REQUIRES@
 | |
|  Conflicts:
 | |
| -Libs: -L${libdir} -lmtp
 | |
| +Libs: -L${libdir} -lmtp @OSFLAGS@
 | |
|  Libs.private: @LIBS@
 | |
| -Cflags: -I${includedir} @OSFLAGS@
 | |
| +Cflags: -I${includedir}
 |