pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/quassel



Module Name:    pkgsrc
Committed By:   tm
Date:           Mon Feb  5 13:41:39 UTC 2024

Modified Files:
        pkgsrc/chat/quassel: Makefile

Log Message:
quassel: linker fix for illumos


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/chat/quassel/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/quassel/Makefile
diff -u pkgsrc/chat/quassel/Makefile:1.39 pkgsrc/chat/quassel/Makefile:1.40
--- pkgsrc/chat/quassel/Makefile:1.39   Tue Jan 30 14:21:37 2024
+++ pkgsrc/chat/quassel/Makefile        Mon Feb  5 13:41:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2024/01/30 14:21:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.40 2024/02/05 13:41:38 tm Exp $
 
 DISTNAME=      quassel-0.14.0
 PKGREVISION=   15
@@ -23,6 +23,8 @@ REPLACE_BASH+=        scripts/tx-sync.sh
 REPLACE_PERL+= data/scripts/inxi
 REPLACE_PERL+= data/scripts/mpris
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 .include "options.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index