svn commit: r340993 - head/devel/pcl
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Jan 25 07:46:03 UTC 2014
Author: danfe
Date: Sat Jan 25 07:46:02 2014
New Revision: 340993
URL: http://svnweb.freebsd.org/changeset/ports/340993
QAT: https://qat.redports.org/buildarchive/r340993/
Log:
Fix the build on sparc64.
Modified:
head/devel/pcl/Makefile
Modified: head/devel/pcl/Makefile
==============================================================================
--- head/devel/pcl/Makefile Sat Jan 25 07:19:34 2014 (r340992)
+++ head/devel/pcl/Makefile Sat Jan 25 07:46:02 2014 (r340993)
@@ -15,6 +15,8 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
-BROKEN_sparc64= Does not compile on sparc64
+post-patch: # required at least on sparc64
+ @${REINPLACE_CMD} -e '/<ucontext/ { x ; \
+ s,.*,#include <inttypes.h>, ; G ; }' ${WRKSRC}/pcl/pcl.c
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list