View | Details | Raw Unified | Return to bug 216048 | Differences between
and this patch

Collapse All | Expand All

(-)b/comms/rtl-sdr/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rtl-sdr
4
PORTNAME=	rtl-sdr
5
PORTVERSION=	20140210
5
PORTVERSION=	20140210
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	comms hamradio
7
CATEGORIES=	comms hamradio
8
MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
8
MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
9
		LOCAL/martymac
9
		LOCAL/martymac
(-)b/comms/rtl-sdr/files/patch-src_rtl__adsb.c (+11 lines)
Added Link Here
1
--- src/rtl_adsb.c.orig	2014-02-10 08:11:32 UTC
2
+++ src/rtl_adsb.c
3
@@ -231,7 +231,7 @@ inline uint16_t max16(uint16_t a, uint16
4
 	return a>b ? a : b;
5
 }
6
 
7
-inline int preamble(uint16_t *buf, int i)
8
+static inline int preamble(uint16_t *buf, int i)
9
 /* returns 0/1 for preamble at index i */
10
 {
11
 	int i2;

Return to bug 216048