pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/blender
Module Name: pkgsrc
Committed By: nia
Date: Mon Jul 1 12:08:51 UTC 2019
Modified Files:
pkgsrc/graphics/blender: options.mk
Log Message:
blender: Remove a reference to the old OpenAL package.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/blender/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/blender/options.mk
diff -u pkgsrc/graphics/blender/options.mk:1.6 pkgsrc/graphics/blender/options.mk:1.7
--- pkgsrc/graphics/blender/options.mk:1.6 Sun Jan 14 14:58:38 2018
+++ pkgsrc/graphics/blender/options.mk Mon Jul 1 12:08:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2018/01/14 14:58:38 rillig Exp $
+# $NetBSD: options.mk,v 1.7 2019/07/01 12:08:51 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.blender
PKG_SUPPORTED_OPTIONS=
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --without-ogg --disable
.if !empty(PKG_OPTIONS:Mopenal)
CONFIGURE_ARGS+= --enable-openal
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
.else
CMAKE_OPTS+= -DWITH_OPENAL:BOOL=OFF
.endif
Home |
Main Index |
Thread Index |
Old Index