[SCM] blender/master: debian/rules: -DFREETYPE_INCLUDE_DIRS variable set

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Thu Dec 5 11:15:29 UTC 2013


The following commit has been merged in the master branch:
commit 594a6cd976cc51430934950f3cdb1fac52d92df2
Author: Matteo F. Vescovi <mfvescovi at gmail.com>
Date:   Thu Dec 5 09:46:41 2013 +0100

    debian/rules: -DFREETYPE_INCLUDE_DIRS variable set
    
    This should fix the massive FTBFS on recent rebuilds.

diff --git a/debian/rules b/debian/rules
index a7bd3d1..8985acb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ override_dh_auto_configure:
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_VERBOSE_MAKEFILE=ON \
+		-DFREETYPE_INCLUDE_DIRS="/usr/include/freetype2" \
 		-DPYTHON_VERSION=$(PY3VERS) \
 		-DWITH_IMAGE_OPENJPEG=ON \
 		-DWITH_FFTW3=ON \

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list