diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-09-17 22:13:26 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-09-17 22:13:26 +0000 |
commit | 8b76db9efef83769612eb3a91c86b70bd06ccc6a (patch) | |
tree | 15d646450958292925512edf55bf7ca53f04cd65 | |
parent | 9601bf5994ba2f1de8ab9227a62083fab6c6eaab (diff) | |
download | pkgsrc-8b76db9efef83769612eb3a91c86b70bd06ccc6a.tar.gz |
link network libs on SunOS
-rw-r--r-- | ham/rtl-sdr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/rtl-sdr/Makefile b/ham/rtl-sdr/Makefile index cb9499c9a8c..b8cb3e81c41 100644 --- a/ham/rtl-sdr/Makefile +++ b/ham/rtl-sdr/Makefile @@ -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 @@ CMAKE_ARG_PATH=.. PKGCONFIG_OVERRIDE+= librtlsdr.pc.in +LDFLAGS.SunOS+= -lsocket -lnsl + pre-configure: ${MKDIR} ${WRKSRC}/build |