diff options
-rw-r--r-- | devel/pcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcl/Makefile b/devel/pcl/Makefile index 2d23279fc441..8746824804de 100644 --- a/devel/pcl/Makefile +++ b/devel/pcl/Makefile @@ -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> |