pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/remserial
Module Name: pkgsrc
Committed By: wiedi
Date: Sun May 3 18:14:01 UTC 2020
Modified Files:
pkgsrc/comms/remserial: Makefile
Log Message:
remserial: link network libs on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/remserial/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/remserial/Makefile
diff -u pkgsrc/comms/remserial/Makefile:1.1 pkgsrc/comms/remserial/Makefile:1.2
--- pkgsrc/comms/remserial/Makefile:1.1 Sat Feb 15 02:26:58 2020
+++ pkgsrc/comms/remserial/Makefile Sun May 3 18:14:01 2020
@@ -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 TC
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