Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 21:39:25 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523692 - head/devel/py-subvertpy
Message-ID:  <202001202139.00KLdPlJ050881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jan 20 21:39:25 2020
New Revision: 523692
URL: https://svnweb.freebsd.org/changeset/ports/523692

Log:
  devel/py-subvertpy: fix build on GCC architectures
  
  Using newer GCC works, alhough the error doesn't suggest it:
  Exception: apr-config not found. Please set APR_CONFIG environment variable
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/devel/py-subvertpy/Makefile

Modified: head/devel/py-subvertpy/Makefile
==============================================================================
--- head/devel/py-subvertpy/Makefile	Mon Jan 20 21:05:06 2020	(r523691)
+++ head/devel/py-subvertpy/Makefile	Mon Jan 20 21:39:25 2020	(r523692)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS+=	svn:devel/subversion
 
-USES=		python:2.7
+USES=		compiler:c11 python:2.7
 USE_PYTHON=	distutils autoplist
 MAKE_ENV=	HOME=/dev/null
 INSTALL_TARGET=	install-strip



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