pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/kate



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:09:46 UTC 2023

Modified Files:
        pkgsrc/editors/kate: Makefile

Log Message:
kate: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/editors/kate/Makefile

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

Modified files:

Index: pkgsrc/editors/kate/Makefile
diff -u pkgsrc/editors/kate/Makefile:1.81 pkgsrc/editors/kate/Makefile:1.82
--- pkgsrc/editors/kate/Makefile:1.81   Tue Jun  6 12:41:18 2023
+++ pkgsrc/editors/kate/Makefile        Mon Jun 26 09:09:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2023/06/06 12:41:18 riastradh Exp $
+# $NetBSD: Makefile,v 1.82 2023/06/26 09:09:46 jperkin Exp $
 
 DISTNAME=      kate-${KAPPSVER}
 PKGREVISION=   6
@@ -15,6 +15,8 @@ TOOL_DEPENDS+=        kdoctools>=5.19.0:../../d
 USE_TOOLS+=    msgmerge
 GCC_REQD+=     10      # uses <charconv>
 
+LDFLAGS.SunOS+=        -lsocket
+
 # generation of kded.moc fails when ${PREFIX}/include in the moc include path
 SUBST_CLASSES+=                fix-moc
 SUBST_STAGE.fix-moc=   post-configure



Home | Main Index | Thread Index | Old Index