diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-07-11 12:25:55 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-07-11 12:25:55 +0000 |
commit | 30915d2a36b4e2fe8691eeac0e5f55dbdbadccfa (patch) | |
tree | 50fe6cb41eeb88eed4cf86fad37acf673fc06c17 /comms/rtl-sdr/files | |
parent | f1c6ad036e6543f3a2a51313aaeef065cfd3ca1a (diff) | |
download | ports-30915d2a36b4e2fe8691eeac0e5f55dbdbadccfa.tar.gz ports-30915d2a36b4e2fe8691eeac0e5f55dbdbadccfa.zip |
Notes
Diffstat (limited to 'comms/rtl-sdr/files')
-rw-r--r-- | comms/rtl-sdr/files/patch-librtlsdr.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/rtl-sdr/files/patch-librtlsdr.pc.in b/comms/rtl-sdr/files/patch-librtlsdr.pc.in new file mode 100644 index 000000000000..7a8ae2a687f4 --- /dev/null +++ b/comms/rtl-sdr/files/patch-librtlsdr.pc.in @@ -0,0 +1,9 @@ +--- librtlsdr.pc.in.orig 2014-07-11 08:56:42.640078065 +0000 ++++ librtlsdr.pc.in 2014-07-11 08:56:57.487076496 +0000 +@@ -7,5 +7,5 @@ + Description: C Utility Library + Version: @VERSION@ + Cflags: -I${includedir}/ @RTLSDR_PC_CFLAGS@ +-Libs: -L${libdir} -lrtlsdr -lusb-1.0 ++Libs: -L${libdir} -lrtlsdr -lusb + Libs.private: @RTLSDR_PC_LIBS@ |