From c251d5d494250df1c44134e6159f476c1a0bb1df Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Wed, 9 Jun 2004 06:34:23 +0000 Subject: Fix build on STABLE. Spotted by: kris --- archivers/py-lzma/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archivers/py-lzma') diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index aa182f0fccdd..2faa9f49e4ad 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -17,5 +17,10 @@ COMMENT= Python binding for the LZMA compression library USE_PYTHON= yes USE_PYDISTUTILS=yes +USE_REINPLACE= yes + +post-patch: + ${FIND} ${WRKSRC} -name '*.cpp' -or -name '*.c' -or \ + -name '*.h' | ${XARGS} -n1 ${REINPLACE_CMD} 's/ //g' .include -- cgit v1.2.3