Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/remserial remserial: link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab539e784d70
branches:  trunk
changeset: 430739:ab539e784d70
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun May 03 18:14:01 2020 +0000

description:
remserial: link network libs on SunOS

diffstat:

 comms/remserial/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 68f240311534 -r ab539e784d70 comms/remserial/Makefile
--- a/comms/remserial/Makefile  Sun May 03 18:05:16 2020 +0000
+++ b/comms/remserial/Makefile  Sun May 03 18:14:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/02/15 02:26:58 manu Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/03 18:14:01 wiedi Exp $
 
 DISTNAME=      remserial-1.4
 CATEGORIES=    comms
@@ -10,6 +10,8 @@
 LICENSE=       gnu-gpl-v2
 INSTALLATION_DIRS=      bin share/doc/remserial
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/remserial ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/README.txt \



Home | Main Index | Thread Index | Old Index