[kde-freebsd] graphics/djview4: QMAKESPEC override?
Andriy Gapon
avg at FreeBSD.org
Mon Jun 11 22:20:43 UTC 2012
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
More information about the kde-freebsd
mailing list