mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
81ed23583e
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}
|