pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/kopete



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 13:43:46 UTC 2024

Modified Files:
        pkgsrc/net/kopete: Makefile

Log Message:
kopete: Add socket libs on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/net/kopete/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/kopete/Makefile
diff -u pkgsrc/net/kopete/Makefile:1.85 pkgsrc/net/kopete/Makefile:1.86
--- pkgsrc/net/kopete/Makefile:1.85     Thu Nov 14 22:21:09 2024
+++ pkgsrc/net/kopete/Makefile  Tue Dec  3 13:43:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2024/11/14 22:21:09 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2024/12/03 13:43:46 jperkin Exp $
 
 DISTNAME=      kopete-${KAPPSVER}
 PKGREVISION=   9
@@ -44,6 +44,8 @@ REPLACE_SH+= \
        protocols/winpopup/winpopup-install \
        protocols/winpopup/winpopup-send
 
+LDFLAGS.SunOS+=        -lsocket -lresolv
+
 .include "../../chat/libgadu/buildlink3.mk"
 .include "../../chat/libotr/buildlink3.mk"
 #.include "../../chat/meanwhile/buildlink3.mk"



Home | Main Index | Thread Index | Old Index