From owner-svn-ports-all@freebsd.org Sun Dec 27 08:02:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6CE4A4D2B6; Sun, 27 Dec 2015 08:02:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EFD41C42; Sun, 27 Dec 2015 08:02:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBR82i9r060946; Sun, 27 Dec 2015 08:02:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBR82iWF060945; Sun, 27 Dec 2015 08:02:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512270802.tBR82iWF060945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 27 Dec 2015 08:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404552 - branches/2015Q4/net/tigervnc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2015 08:02:45 -0000 Author: riggs Date: Sun Dec 27 08:02:44 2015 New Revision: 404552 URL: https://svnweb.freebsd.org/changeset/ports/404552 Log: MFH: r404551 Fix build break in the presence of multiple compilers PR: 205139 Submitted by: lantw44@gmail.com Approved by: ports-secteam (build fix blanket), meta+ports@vmeta.jp (maintainer) Modified: branches/2015Q4/net/tigervnc/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/net/tigervnc/Makefile ============================================================================== --- branches/2015Q4/net/tigervnc/Makefile Sun Dec 27 07:55:04 2015 (r404551) +++ branches/2015Q4/net/tigervnc/Makefile Sun Dec 27 08:02:44 2015 (r404552) @@ -133,8 +133,8 @@ post-patch: @cd ${WRKSRC}/unix/xserver/ && ${PATCH} -p1 < ${WRKSRC}/unix/xserver${TIGERVNC_XORG_PATCH_VER}.patch post-configure: - @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/autoreconf -fiv - @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} + @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${LOCALBASE}/bin/autoreconf -fiv + @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure ${CONFIGURE_ARGS} post-build: @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} SHELL=${LOCALBASE}/bin/bash