Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2018 16:48:49 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475110 - head/deskutils/calibre
Message-ID:  <201807221648.w6MGmnWF049911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Jul 22 16:48:48 2018
New Revision: 475110
URL: https://svnweb.freebsd.org/changeset/ports/475110

Log:
  Fix build when using python 3 as default by propagating flavored
  sip binary to make environment.
  
  PR:		229956
  Submitted by:	fluffy

Modified:
  head/deskutils/calibre/Makefile

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Sun Jul 22 16:39:16 2018	(r475109)
+++ head/deskutils/calibre/Makefile	Sun Jul 22 16:48:48 2018	(r475110)
@@ -70,7 +70,8 @@ MAKE_ENV+=	FC_INC_DIR="${LOCALBASE}/include/fontconfig
 		XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share \
 		XDG_CONFIG_HOME=${WRKDIR}/xdg-config \
 		XDG_UTILS_INSTALL_MODE=system \
-		QMAKE=${QMAKE}
+		QMAKE=${QMAKE} \
+		SIP_BIN=sip-${PYTHON_VER}
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|#!/usr/bin/env python2|#!${PYTHON_CMD}|" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807221648.w6MGmnWF049911>