pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/openal-soft



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu May  5 13:49:07 UTC 2022

Modified Files:
        pkgsrc/audio/openal-soft: Makefile

Log Message:
openal-soft: Fix build. Disale sysutils/dbus dependency explicitly


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/openal-soft/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/openal-soft/Makefile
diff -u pkgsrc/audio/openal-soft/Makefile:1.25 pkgsrc/audio/openal-soft/Makefile:1.26
--- pkgsrc/audio/openal-soft/Makefile:1.25      Wed May  4 16:31:30 2022
+++ pkgsrc/audio/openal-soft/Makefile   Thu May  5 13:49:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/05/04 16:31:30 tnn Exp $
+# $NetBSD: Makefile,v 1.26 2022/05/05 13:49:07 ryoon Exp $
 
 DISTNAME=      openal-soft-1.22.0
 CATEGORIES=    audio
@@ -23,6 +23,7 @@ PKG_SYSCONFSUBDIR=    openal
 CMAKE_ARGS+=   -DALSOFT_EXAMPLES=OFF
 CMAKE_ARGS+=   -DALSOFT_UTILS=ON
 CMAKE_ARGS+=   -DALSOFT_NO_CONFIG_UTIL=ON
+CMAKE_ARGS+=   -DALSOFT_RTKIT=OFF
 
 CFLAGS+=       -DSYS_CONF_DIR="\"${PKG_SYSCONFDIR}\""
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE



Home | Main Index | Thread Index | Old Index