Date: Wed, 29 Oct 2014 22:01:26 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371713 - head/multimedia/libcec Message-ID: <201410292201.s9TM1Q33086766@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Wed Oct 29 22:01:26 2014 New Revision: 371713 URL: https://svnweb.freebsd.org/changeset/ports/371713 QAT: https://qat.redports.org/buildarchive/r371713/ Log: Disable RPi specific code from build to allow armv6 pkg to be created. PR: 193879 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Reviewed by: bdrewery (mentor) Modified: head/multimedia/libcec/Makefile Modified: head/multimedia/libcec/Makefile ============================================================================== --- head/multimedia/libcec/Makefile Wed Oct 29 21:57:52 2014 (r371712) +++ head/multimedia/libcec/Makefile Wed Oct 29 22:01:26 2014 (r371713) @@ -28,4 +28,10 @@ INSTALL_TARGET= install-strip post-patch: ${REINPLACE_CMD} 's;-Wno-psabi;;' ${WRKSRC}/configure.ac +.include <bsd.port.options.mk> + +.if ${ARCH} == armv6 +CONFIGURE_ARGS= --disable-rpi +.endif + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410292201.s9TM1Q33086766>