pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mixxx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 10 10:15:39 UTC 2024

Modified Files:
        pkgsrc/audio/mixxx: Makefile

Log Message:
mixxx: needs filesystem, because of abseil


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/mixxx/Makefile

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

Modified files:

Index: pkgsrc/audio/mixxx/Makefile
diff -u pkgsrc/audio/mixxx/Makefile:1.54 pkgsrc/audio/mixxx/Makefile:1.55
--- pkgsrc/audio/mixxx/Makefile:1.54    Thu Feb  1 08:33:30 2024
+++ pkgsrc/audio/mixxx/Makefile Sat Feb 10 10:15:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2024/02/01 08:33:30 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2024/02/10 10:15:39 wiz Exp $
 
 DISTNAME=      mixxx-2.3.1
 PKGREVISION=   27
@@ -19,7 +19,7 @@ USE_CMAKE=    yes
 CMAKE_ARGS+=   -DUSE_SYMLINKS=OFF
 CMAKE_ARGS+=   -DPORTMIDI=OFF
 
-USE_CXX_FEATURES+=     c++11
+USE_CXX_FEATURES+=     c++11 filesystem
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index