There is an application that I can build on 9.3 because it still uses gcc, however the application will fail to build with Clang. After installing gcc, what needs to be set in /etc/make.conf and/or /etc/src.conf to have builds use gcc?
I've already tried in /etc/make.conf
and also
Neither of those worked.
I've already tried in /etc/make.conf
Code:
.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc47)
CC=gcc47
CXX=g++47
CPP=cpp47
.endif
Code:
USE_GCC=any