[Bug 205139] net/tigervnc: build breaks when gcc and g++ are present and clang is the system compiler

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 10 06:58:49 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205139

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

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

--- Comment #6 from Koichiro IWAO <meta+ports at 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.


More information about the freebsd-ports-bugs mailing list