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:   markd
Date:           Sun Aug  6 20:58:39 UTC 2017

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

Log Message:
Be explicit in not trying to build config utility


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/audio/openal-soft/Makefile:1.4
--- pkgsrc/audio/openal-soft/Makefile:1.3       Mon Jul 25 15:28:27 2016
+++ pkgsrc/audio/openal-soft/Makefile   Sun Aug  6 20:58:39 2017
@@ -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_EXAMPLES:BOOL=OFF
 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