Date: Wed, 26 Dec 2018 21:52:59 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488461 - head/multimedia/py-cec Message-ID: <201812262152.wBQLqxZs000543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 26 21:52:59 2018 New Revision: 488461 URL: https://svnweb.freebsd.org/changeset/ports/488461 Log: USES=compiler:c++11-lang is necessary to build on GCC-based architectures. While here, simplify by using localbase. PR: 234377 Submitted by: Piotr Kubaj Modified: head/multimedia/py-cec/Makefile Modified: head/multimedia/py-cec/Makefile ============================================================================== --- head/multimedia/py-cec/Makefile Wed Dec 26 21:48:42 2018 (r488460) +++ head/multimedia/py-cec/Makefile Wed Dec 26 21:52:59 2018 (r488461) @@ -14,9 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcec.so:multimedia/libcec -USES= python:2.7 +USES= compiler:c++11-lang localbase python:2.7 USE_PYTHON= distutils autoplist - -CPPFLAGS+= -I${LOCALBASE}/include .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262152.wBQLqxZs000543>