pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/rtl-sdr
Module Name: pkgsrc
Committed By: dbj
Date: Mon Jan 22 04:42:44 UTC 2018
Modified Files:
pkgsrc/ham/rtl-sdr: Makefile
Log Message:
fix inline calls in src/rtl_adsb.c and src/rtl_power.c
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/rtl-sdr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/rtl-sdr/Makefile
diff -u pkgsrc/ham/rtl-sdr/Makefile:1.9 pkgsrc/ham/rtl-sdr/Makefile:1.10
--- pkgsrc/ham/rtl-sdr/Makefile:1.9 Sat Sep 17 22:13:26 2016
+++ pkgsrc/ham/rtl-sdr/Makefile Mon Jan 22 04:42:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/09/17 22:13:26 wiedi Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/22 04:42:44 dbj Exp $
DISTNAME= rtl-sdr-0.5.3
PKGREVISION= 2
@@ -20,6 +20,12 @@ CONFIGURE_DIRS=build
BUILD_DIRS=${CONFIGURE_DIRS}
CMAKE_ARG_PATH=..
+SUBST_CLASSES+= fix-inline
+SUBST_STAGE.fix-inline= pre-configure
+SUBST_MESSAGE.fix-inline= Fixing inline calls
+SUBST_FILES.fix-inline= src/rtl_adsb.c src/rtl_power.c
+SUBST_SED.fix-inline= -e 's,inline,static inline,g'
+
PKGCONFIG_OVERRIDE+= librtlsdr.pc.in
LDFLAGS.SunOS+= -lsocket -lnsl
Home |
Main Index |
Thread Index |
Old Index