[freecad] 01/07: Fix build failures with new oce by forcing occ include directory. (Closes: 718545, 717034)

Anton Gladky gladk at alioth.debian.org
Thu Aug 8 08:00:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository freecad.

commit 36d78793f2fe0cd520fa8197a78e7cc7361ffc55
Author: Peter Michael Green <plugwash at p10link.net>
Date:   Wed Aug 7 14:57:09 2013 +0200

    Fix build failures with new oce by forcing occ include directory. (Closes: 718545, 717034)
---
 debian/rules |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d99dbe5..86ccde1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,8 @@ extra_flags += \
 -DCMAKE_INSTALL_PREFIX="/usr" \
 -DCMAKE_INSTALL_DATADIR="share/freecad" \
 -DRESOURCEDIR="/usr/share/freecad" \
--DCMAKE_INSTALL_INCLUDEDIR="include/freecad"
+-DCMAKE_INSTALL_INCLUDEDIR="include/freecad" \
+-DOCC_INCLUDE_DIR="/usr/include/oce" \
 #-DCMAKE_INSTALL_DOCDIR="share/doc/freecad" \
 
 override_dh_auto_configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freecad.git



More information about the debian-science-commits mailing list