diff options
Diffstat (limited to 'devel/pcl/Makefile')
-rw-r--r-- | devel/pcl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/pcl/Makefile b/devel/pcl/Makefile index 9c98ce1d31d8..bd55c0a03e37 100644 --- a/devel/pcl/Makefile +++ b/devel/pcl/Makefile @@ -14,8 +14,4 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} -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> |