pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/openal-soft Be explicit in not trying to build c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d850c9a7b0b
branches:  trunk
changeset: 366221:6d850c9a7b0b
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Aug 06 20:58:39 2017 +0000

description:
Be explicit in not trying to build config utility

diffstat:

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

diffs (17 lines):

diff -r ec85b6af73cf -r 6d850c9a7b0b audio/openal-soft/Makefile
--- a/audio/openal-soft/Makefile        Sun Aug 06 20:43:07 2017 +0000
+++ b/audio/openal-soft/Makefile        Sun Aug 06 20:58:39 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/07/25 15:28:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2017/08/06 20:58:39 markd Exp $
 #
 
 DISTNAME=      openal-soft-1.17.2
@@ -34,6 +34,7 @@
 CMAKE_ARGS+=   -DALSOFT_BACKEND_JACK:BOOL=OFF
 CMAKE_ARGS+=   -DALSOFT_BACKEND_PORTAUDIO:BOOL=OFF
 CMAKE_ARGS+=   -DALSOFT_BACKEND_PULSEAUDIO:BOOL=OFF
+CMAKE_ARGS+=   -DALSOFT_NO_CONFIG_UTIL:BOOL=ON
 
 .include "../../mk/oss.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index