diff options
author | wiedi <wiedi@pkgsrc.org> | 2020-05-03 18:14:01 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2020-05-03 18:14:01 +0000 |
commit | f7623b23d479738224073f7e6fd3dae5cb60a6f8 (patch) | |
tree | 425c952caf7b1de062661a20e12d704fb54ea02c /comms | |
parent | e675335f18cf69f7601774562ebbfabecb89c273 (diff) | |
download | pkgsrc-f7623b23d479738224073f7e6fd3dae5cb60a6f8.tar.gz |
remserial: link network libs on SunOS
Diffstat (limited to 'comms')
-rw-r--r-- | comms/remserial/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/remserial/Makefile b/comms/remserial/Makefile index e032469766b..902ef9c3d36 100644 --- a/comms/remserial/Makefile +++ b/comms/remserial/Makefile @@ -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 @@ COMMENT= Serial port over LAN through TCP/IP 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 \ |