Hi,

spotted this one while looking at other things:

pre-configure:
        @gccbasedir=`ecpp -print-search-dirs | awk '/^install:/{print $$2}'`; \
        perl ${PORTSDIR}/infrastructure/bin/pkg_subst \
            -D OPENBSD_INCDIR_PREPEND="$${gccbasedir}include" \
            ${WRKSRC}/mkspecs/openbsd-g++/qmake.conf \
            ${WRKSRC}/mkspecs/openbsd-clang/qmake.conf

but ecpp is in lang/gcc, and qt5 wont depend on it on clang archs, so it
will be silently ignored... maybe it should just use cpp ?

Landry

Reply via email to