mkspecs: Rename freebsd-g++40 to freebsd-g++46.

lang/gcc40 was removed from FreeBSD's ports tree in 2007, and the
lang/gcc port, which provides a stable GCC version newer than the one in
the base system, is currently pointing to the 4.6 series.

Change-Id: Ifd959ef7b9cd122aa606644e97e337ace8742245
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Raphael Kubo da Costa 2012-04-16 17:44:48 -03:00 committed by Qt by Nokia
parent 996672933a
commit c7b52e2a2a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# qmake configuration for freebsd-g++40 (using g++40 from ports/lang/gcc40)
# qmake configuration for freebsd-g++46 (using g++46 from ports/lang/gcc)
#
MAKEFILE_GENERATOR = UNIX
@ -12,9 +12,9 @@ QMAKE_CFLAGS_THREAD = -pthread -D_THREAD_SAFE
QMAKE_CXXFLAGS_THREAD = $$QMAKE_CFLAGS_THREAD
QMAKE_CC = gcc40
QMAKE_CC = gcc46
QMAKE_CXX = g++40
QMAKE_CXX = g++46
# Addon software goes into /usr/local on the BSDs, by default we will look there
QMAKE_INCDIR = /usr/local/include