aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2014-07-11 12:25:55 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2014-07-11 12:25:55 +0000
commit30915d2a36b4e2fe8691eeac0e5f55dbdbadccfa (patch)
tree50fe6cb41eeb88eed4cf86fad37acf673fc06c17 /comms
parentf1c6ad036e6543f3a2a51313aaeef065cfd3ca1a (diff)
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/rtl-sdr/Makefile2
-rw-r--r--comms/rtl-sdr/files/patch-librtlsdr.pc.in9
2 files changed, 10 insertions, 1 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile
index c12b41e493c2..46ba25637ef8 100644
--- a/comms/rtl-sdr/Makefile
+++ b/comms/rtl-sdr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rtl-sdr
PORTVERSION= 20140210
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
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@