pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tcptrace including libpcap/buildlink3.mk now adds ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38fdc21919c2
branches:  trunk
changeset: 478513:38fdc21919c2
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 25 00:21:16 2004 +0000

description:
including libpcap/buildlink3.mk now adds the required socket
libraries for the target platform to LDFLAGS automatically, so we
don't need to also specify them here.

diffstat:

 net/tcptrace/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 540cd3c4d7e7 -r 38fdc21919c2 net/tcptrace/Makefile
--- a/net/tcptrace/Makefile     Sun Jul 25 00:10:38 2004 +0000
+++ b/net/tcptrace/Makefile     Sun Jul 25 00:21:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/04/25 07:38:44 snj Exp $
+# $NetBSD: Makefile,v 1.22 2004/07/25 00:21:16 grant Exp $
 # FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp
 #
 
@@ -17,7 +17,7 @@
 
 DOCFILES=      COPYRIGHT FAQ README README.tput_graphs
 
-LDFLAGS.SunOS+=        -lnsl -lsocket -lm
+LDFLAGS.SunOS+=        -lm
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index