Date: Tue, 12 Jun 2012 01:20:43 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: FreeBSD Ports <ports@FreeBSD.org>, kde@FreeBSD.org Subject: graphics/djview4: QMAKESPEC override? Message-ID: <4FD66F3B.7070306@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD66F3B.7070306>