pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/softether



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 20:28:11 UTC 2024

Modified Files:
        pkgsrc/net/softether: Makefile

Log Message:
softether: Add c++ to USE_LANGUAGES since sometimes cmake tests that


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/softether/Makefile

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

Modified files:

Index: pkgsrc/net/softether/Makefile
diff -u pkgsrc/net/softether/Makefile:1.3 pkgsrc/net/softether/Makefile:1.4
--- pkgsrc/net/softether/Makefile:1.3   Sun Aug 25 06:19:08 2024
+++ pkgsrc/net/softether/Makefile       Thu Oct 10 20:28:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/08/25 06:19:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/10/10 20:28:11 nia Exp $
 
 NAME=          softether
 VERSION=       5.02.5181
@@ -22,7 +22,7 @@ USE_TOOLS+=   pkg-config cmake
 
 USE_CMAKE=     yes
 
-USE_LANGUAGES= c
+USE_LANGUAGES= c c++
 
 DOC_FILES=     DISCLAIMER.md README.md SECURITY.md LICENSE AUTHORS.TXT
 



Home | Main Index | Thread Index | Old Index