diff options
author | martymac <martymac@FreeBSD.org> | 2014-07-11 20:25:55 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-07-11 20:25:55 +0800 |
commit | b89e5bded37ea9b126567a1f3c9acdd69468aff1 (patch) | |
tree | 50fe6cb41eeb88eed4cf86fad37acf673fc06c17 /comms | |
parent | fd402f8bde66fdc675f4cb2833a1ed4466732e08 (diff) | |
download | freebsd-ports-gnome-b89e5bded37ea9b126567a1f3c9acdd69468aff1.tar.gz freebsd-ports-gnome-b89e5bded37ea9b126567a1f3c9acdd69468aff1.tar.zst freebsd-ports-gnome-b89e5bded37ea9b126567a1f3c9acdd69468aff1.zip |
Fix librtlsdr.pc
Submitted by: David Bjornsson <dabb@lolnet.is>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rtl-sdr/Makefile | 2 | ||||
-rw-r--r-- | comms/rtl-sdr/files/patch-librtlsdr.pc.in | 9 |
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@ |