ports/audio/py-pyaudio/files/patch-Makefile
Thomas Zander 87094690cc Update to upstream version 0.2.11, fixes runtime issue with python GIL
PR:		218588
Submitted by:	jaap@NLnetLabs.nl (maintainer)
MFH:		2017Q2
2017-04-14 16:03:48 +00:00

10 lines
278 B
Text

--- Makefile.orig 2017-03-21 13:20:48 UTC
+++ Makefile
@@ -36,7 +36,6 @@ build: build/$(BUILD_STAMP)
build/$(BUILD_STAMP): $(SRCFILES)
$(PYTHON) setup.py build $(BUILD_ARGS)
- touch $@
docs: build
PYTHONPATH=build/$(BUILD_DIR) $(SPHINX) -b html sphinx/ $(DOCS_OUTPUT)