This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit d67274231bea72a762e63b6d914e88ee37d4b99b Author: Bas Couwenberg <[email protected]> Date: Wed Dec 30 20:27:16 2015 +0100 Restore CMake option for FreeType support. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index f13c1f8..0e121fa 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,7 @@ CMAKE_OPTS = \ -DBUILD_OSSIM_MPI_SUPPORT=OFF \ -DBUILD_OSSIM_TEST_APPS=ON \ -DBUILD_SHARED_LIBS=ON \ + -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \ -DGEOS_INCLUDE_DIR=/usr/include/geos \ -DOSSIM_BUILD_DATE=$(BUILD_DATE) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

