Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2019 21:52:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519845 - head/net/libproxy
Message-ID:  <201912112152.xBBLqLjE030675@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 11 21:52:21 2019
New Revision: 519845
URL: https://svnweb.freebsd.org/changeset/ports/519845

Log:
  Fix build with python 3.7
  
  PR:		233770

Modified:
  head/net/libproxy/Makefile

Modified: head/net/libproxy/Makefile
==============================================================================
--- head/net/libproxy/Makefile	Wed Dec 11 21:50:54 2019	(r519844)
+++ head/net/libproxy/Makefile	Wed Dec 11 21:52:21 2019	(r519845)
@@ -57,6 +57,7 @@ CMAKE_ARGS+=		-DPYTHON2_EXECUTABLE:FILEPATH=${PYTHON_C
 .  else
 CMAKE_ON+=		WITH_PYTHON3
 CMAKE_OFF+=		WITH_PYTHON2
+CMAKE_ARGS+=		-DPYTHON3_EXECUTABLE:FILEPATH=${PYTHON_CMD}
 .  endif
 .else
 CMAKE_OFF+=		WITH_PYTHON2 WITH_PYTHON3



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