pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/tmate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 27 16:23:42 UTC 2025

Modified Files:
        pkgsrc/misc/tmate: Makefile

Log Message:
tmate: fix build on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/tmate/Makefile

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

Modified files:

Index: pkgsrc/misc/tmate/Makefile
diff -u pkgsrc/misc/tmate/Makefile:1.8 pkgsrc/misc/tmate/Makefile:1.9
--- pkgsrc/misc/tmate/Makefile:1.8      Wed Jan 10 19:34:26 2024
+++ pkgsrc/misc/tmate/Makefile  Mon Jan 27 16:23:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/01/10 19:34:26 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/27 16:23:42 wiz Exp $
 
 DISTNAME=      tmate-2.4.0
 PKGREVISION=   1
@@ -16,6 +16,9 @@ USE_TOOLS=    autoconf automake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 
+# for libssh and forkpty detection
+LDFLAGS.NetBSD+=       -pthread
+
 pre-configure:
        cd ${WRKSRC} && ./autogen.sh
 



Home | Main Index | Thread Index | Old Index