Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2015 06:58:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205139] net/tigervnc: build breaks when gcc and g++ are present and clang is the system compiler
Message-ID:  <bug-205139-13-2opoQjFBjh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205139-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205139-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205139

Koichiro IWAO <meta+ports@vmeta.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164032|                            |maintainer-approval+
              Flags|                            |

--- Comment #6 from Koichiro IWAO <meta+ports@vmeta.jp> ---
Created attachment 164032
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164032&action=edit
patch

This issue can be fixed by setting MAKE_ENV also during configure.
MAKE_ENV has CC="cc", CXX="c++", CPP="cpp" when clang is the system compiler.
Setting  MAKE_ENV during configure means autoconf respects system compiler.

Patch synopsis:
- fix the build when gcc and g++ are present and clang is the system compiler
- since xorg-server port updated to 1.17.4, update TIGERVNC_PATCH_VER

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205139-13-2opoQjFBjh>