Writing to both a formal maintainer and a more realistic maintainer.
graphics/djview4 Makefile has this:
.if defined(CXX) && ${CXX:M*icc}
QMAKESPEC?= freebsd-icc
.else
QMAKESPEC?= freebsd-g++
.endif
This snippet is before bsd.port.pre.mk inclusion. Thus, it overrides the logic
for QMAKESPEC selection in bsd.qt.mk for no apparent good reason.
Removing it doesn't break anything and fixes compilation with gcc46 too.
P.S. Does anyone actually uses icc on FreeBSD to build ports? I doubt that
very much.
--
Andriy Gapon
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information