svn commit: r404551 - head/net/tigervnc

Thomas Zander riggs at FreeBSD.org
Sun Dec 27 07:55:06 UTC 2015


Author: riggs
Date: Sun Dec 27 07:55:04 2015
New Revision: 404551
URL: https://svnweb.freebsd.org/changeset/ports/404551

Log:
  Fix build break in the presence of multiple compilers
  
  PR:		205139
  Submitted by:	lantw44 at gmail.com
  Approved by:	meta+ports at vmeta.jp (maintainer)
  MFH:		2015Q4 (build fix blanket)

Modified:
  head/net/tigervnc/Makefile

Modified: head/net/tigervnc/Makefile
==============================================================================
--- head/net/tigervnc/Makefile	Sun Dec 27 06:43:52 2015	(r404550)
+++ head/net/tigervnc/Makefile	Sun Dec 27 07:55:04 2015	(r404551)
@@ -134,8 +134,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} ${AUTORECONF} -fiv
-	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
+	@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${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-head mailing list