svn commit: r404552 - branches/2015Q4/net/tigervnc

Thomas Zander riggs at FreeBSD.org
Sun Dec 27 08:02:45 UTC 2015


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 at gmail.com
  Approved by:	ports-secteam (build fix blanket), meta+ports at 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


More information about the svn-ports-all mailing list