pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/openal-soft openal-soft: Fix build. Disale sysut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36cf8c22e77e
branches:  trunk
changeset: 378794:36cf8c22e77e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu May 05 13:49:07 2022 +0000

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

diffstat:

 audio/openal-soft/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 735889ffe82f -r 36cf8c22e77e audio/openal-soft/Makefile
--- a/audio/openal-soft/Makefile        Thu May 05 13:42:57 2022 +0000
+++ b/audio/openal-soft/Makefile        Thu May 05 13:49:07 2022 +0000
@@ -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 @@
 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