The Port devel/qmake4 creates a broken qmake.conf if CC
contains spaces:

# cd /usr/ports/devel/qmake4
# make -VCC
env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc
# tail /usr/local/share/qt4/mkspecs/freebsd-g++/qmake.conf

QMAKE_COPY              = cp -f
QMAKE_MOVE              = mv -f
QMAKE_DEL_FILE          = rm -f
QMAKE_DEL_DIR           = rmdir
QMAKE_CHK_DIR_EXISTS    = test -d
QMAKE_MKDIR             = mkdir -p
include(../common/env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache 
c++
include(../common/unix.conf)
load(qt_config)

As you can see the first include() is broken. It should be:
include(../common/g++.conf)

Regards
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to