pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/toxcore



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Sat Feb 14 01:42:52 UTC 2026

Modified Files:
        pkgsrc/chat/toxcore: Makefile

Log Message:
toxcore: fixed missing USE_LANGUAGES


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/toxcore/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/toxcore/Makefile
diff -u pkgsrc/chat/toxcore/Makefile:1.10 pkgsrc/chat/toxcore/Makefile:1.11
--- pkgsrc/chat/toxcore/Makefile:1.10   Fri Feb 13 02:55:05 2026
+++ pkgsrc/chat/toxcore/Makefile        Sat Feb 14 01:42:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2026/02/13 02:55:05 ktnb Exp $
+# $NetBSD: Makefile,v 1.11 2026/02/14 01:42:52 ktnb Exp $
 
 DISTNAME=      toxcore-0.2.22
 CATEGORIES=    chat
@@ -13,7 +13,7 @@ HOMEPAGE=     https://tox.chat/
 COMMENT=       Tox protocol library
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         c++
+USE_LANGUAGES=         c c++
 USE_CC_FEATURES=       c99
 USE_TOOLS=             pkg-config
 TEST_TARGET=           test



Home | Main Index | Thread Index | Old Index