diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-29 05:46:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-29 05:46:23 +0800 |
commit | 8851c10e0a9c9261e8312d1b79cf0f1eca11cc5f (patch) | |
tree | 884b416a0021228db3fde9922ecadd049d7992b8 | |
parent | 2517e159798f2b47166f3a48c0131eeaa1027c5a (diff) | |
download | freebsd-ports-gnome-8851c10e0a9c9261e8312d1b79cf0f1eca11cc5f.tar.gz freebsd-ports-gnome-8851c10e0a9c9261e8312d1b79cf0f1eca11cc5f.tar.zst freebsd-ports-gnome-8851c10e0a9c9261e8312d1b79cf0f1eca11cc5f.zip |
Set CHOSEN_COMPILER_TYPE for USES=compiler:gcc-c++11-lib
PR: ports/196111
Submitted by: Jan Beich
With hat: portmgr
-rw-r--r-- | Mk/Uses/compiler.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk index 4f715ea3d507..ef2784519d05 100644 --- a/Mk/Uses/compiler.mk +++ b/Mk/Uses/compiler.mk @@ -218,6 +218,7 @@ LDFLAGS+= -B${LOCALBASE}/bin .if ${_COMPILER_ARGS:Mgcc-c++11-lib} USE_GCC= yes +CHOSEN_COMPILER_TYPE= gcc .if ${COMPILER_FEATURES:Mlibc++} LDFLAGS+= -L${LOCALBASE}/lib/c++ CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 |