Bug 196983 - cad/meshlab: Doesn't not respect CC
Summary: cad/meshlab: Doesn't not respect CC
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL: http://chips.ysv.freebsd.org/data/11a...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2015-01-22 01:38 UTC by Sean Bruno
Modified: 2015-02-18 15:47 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2015-01-22 01:38:42 UTC
Noted in cross build environment where we use /nxb-bin/usr/bin/ for compilation.  This port is hardcoding clang++ and picking up /usr/bin even thought CPP=/nxb-bin/usr/bin/cpp
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2015-01-25 18:19:10 UTC
It seems that cad/meshlab is not the culprit, but it uses devel/qmake4, which sets QMAKESPEC this way:

/usr/local/share/qt4/mkspecs/freebsd-$(ccver="$(c++ --version)"; case "$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac)

kde team: could you please check if cross-building is supported?
Comment 2 Sean Bruno freebsd_committer freebsd_triage 2015-02-18 15:47:14 UTC
I need to ponder QMAKE a bit and see what can be done to deal with what I am doing.