summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-06-09 06:34:23 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-06-09 06:34:23 +0000
commitc251d5d494250df1c44134e6159f476c1a0bb1df (patch)
tree80037454d80963f336aebf9ac3a983b1b78375be
parentBackout 4.4.8 version which is actually from GNOME 2.7 series. (diff)
Fix build on STABLE.
Spotted by: kris
Notes
Notes: svn path=/head/; revision=111133
-rw-r--r--archivers/py-lzma/Makefile5
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.mk>