svn commit: r371713 - head/multimedia/libcec
Sean Bruno
sbruno at FreeBSD.org
Wed Oct 29 22:01:27 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list