[SCM] blender/master: debian/rules: fix a typo in conditional statement on OpenVDB

mfv at users.alioth.debian.org mfv at users.alioth.debian.org
Thu May 12 20:21:55 UTC 2016


The following commit has been merged in the master branch:
commit 19805600da3a716c8d7775f6189bcde3f3ace887
Author: Matteo F. Vescovi <mfv at debian.org>
Date:   Thu May 12 21:31:54 2016 +0200

    debian/rules: fix a typo in conditional statement on OpenVDB
    
    A typo inverted the behaviour on the enabling of
    the Cmake parameter for OpenVDB. Now it should be fixed.
    
    Gbp-Dch: Short

diff --git a/debian/rules b/debian/rules
index 2e6cdb7..43d6fef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ else
 	SETSSE = ON
 endif
 
-ifeq (,$(filter $(DEB_HOST_ARCH),amd64 i386))
+ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386))
 	SETVDB = ON
 else
 	SETVDB = OFF

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list