pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dctc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 08:30:31 UTC 2023

Modified Files:
        pkgsrc/net/dctc: Makefile

Log Message:
dctc: SunOS needs libnsl.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/dctc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dctc/Makefile
diff -u pkgsrc/net/dctc/Makefile:1.70 pkgsrc/net/dctc/Makefile:1.71
--- pkgsrc/net/dctc/Makefile:1.70       Wed Apr 19 08:11:02 2023
+++ pkgsrc/net/dctc/Makefile    Mon Jun 26 08:30:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2023/04/19 08:11:02 adam Exp $
+# $NetBSD: Makefile,v 1.71 2023/06/26 08:30:30 jperkin Exp $
 
 DISTNAME=      dctc-0.85.9
 PKGREVISION=   26
@@ -22,6 +22,8 @@ REPLACE_PERL+=                GDLjoiner
 CPPFLAGS+=             -I${BDBBASE}/include/${BDB_TYPE}
 BUILDLINK_TRANSFORM+=  l:db4:${BDB_TYPE}
 
+LDFLAGS.SunOS+=                -lnsl
+
 SUBST_CLASSES+=                inethack
 SUBST_STAGE.inethack=  pre-configure
 SUBST_FILES.inethack=  src/dc_manage.c src/dc_manage_master.c



Home | Main Index | Thread Index | Old Index