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:28:34 UTC 2024

Modified Files:
        pkgsrc/audio/mixxx: Makefile

Log Message:
mixxx: do not require filesystem here, provided by abseil/bl3.mk now


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/audio/mixxx/Makefile:1.56
--- pkgsrc/audio/mixxx/Makefile:1.55    Sat Feb 10 10:15:39 2024
+++ pkgsrc/audio/mixxx/Makefile Sat Feb 10 10:28:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2024/02/10 10:15:39 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2024/02/10 10:28:34 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 filesystem
+USE_CXX_FEATURES+=     c++11
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index