pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/rtl-sdr link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a374276d8ec8
branches:  trunk
changeset: 352642:a374276d8ec8
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Sep 17 22:13:26 2016 +0000

description:
link network libs on SunOS

diffstat:

 ham/rtl-sdr/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7ca60ed15c3a -r a374276d8ec8 ham/rtl-sdr/Makefile
--- a/ham/rtl-sdr/Makefile      Sat Sep 17 21:52:30 2016 +0000
+++ b/ham/rtl-sdr/Makefile      Sat Sep 17 22:13:26 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/04/07 12:10:55 wiedi Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/17 22:13:26 wiedi Exp $
 
 DISTNAME=              rtl-sdr-0.5.3
 PKGREVISION=           2
@@ -22,6 +22,8 @@
 
 PKGCONFIG_OVERRIDE+=     librtlsdr.pc.in
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 pre-configure:
        ${MKDIR} ${WRKSRC}/build
 



Home | Main Index | Thread Index | Old Index