pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/akonadi



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Apr 25 14:55:29 UTC 2024

Modified Files:
        pkgsrc/mail/akonadi: Makefile

Log Message:
akonadi: Add socket libraries on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/mail/akonadi/Makefile

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

Modified files:

Index: pkgsrc/mail/akonadi/Makefile
diff -u pkgsrc/mail/akonadi/Makefile:1.125 pkgsrc/mail/akonadi/Makefile:1.126
--- pkgsrc/mail/akonadi/Makefile:1.125  Sat Apr  6 08:06:06 2024
+++ pkgsrc/mail/akonadi/Makefile        Thu Apr 25 14:55:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2024/04/06 08:06:06 wiz Exp $
+# $NetBSD: Makefile,v 1.126 2024/04/25 14:55:28 jperkin Exp $
 
 DISTNAME=      akonadi-${KAPPSVER}
 PKGREVISION=   1
@@ -19,6 +19,8 @@ CMAKE_ARGS+=  -DINSTALL_APPARMOR=FALSE
 
 USE_TOOLS+=    gmake msgmerge pkg-config
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 .include "options.mk"
 
 SUBST_CLASSES+=                xdg



Home | Main Index | Thread Index | Old Index