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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"