pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/ngircd



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr  7 15:44:35 UTC 2025

Modified Files:
        pkgsrc/chat/ngircd: Makefile

Log Message:
ngircd: Fix build on UnixWare 7.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/ngircd/Makefile

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

Modified files:

Index: pkgsrc/chat/ngircd/Makefile
diff -u pkgsrc/chat/ngircd/Makefile:1.4 pkgsrc/chat/ngircd/Makefile:1.5
--- pkgsrc/chat/ngircd/Makefile:1.4     Thu Nov 14 22:18:51 2024
+++ pkgsrc/chat/ngircd/Makefile Mon Apr  7 15:44:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/11/14 22:18:51 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/07 15:44:35 nia Exp $
 
 DISTNAME=      ngircd-27
 PKGREVISION=   3
@@ -19,6 +19,8 @@ CONF_FILES+=  ${PREFIX}/share/examples/ng
 
 BUILD_DEFS+=   VARBASE
 
+LDFLAGS.UnixWare+=     -lsocket -lresolv -lnsl
+
 .include "../../mk/bsd.prefs.mk"
 
 NGIRCD_USER?=  ngircd



Home | Main Index | Thread Index | Old Index