diff options
Diffstat (limited to 'graphics/py-ming/files/patch-Makefile.in')
-rw-r--r-- | graphics/py-ming/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-ming/files/patch-Makefile.in b/graphics/py-ming/files/patch-Makefile.in new file mode 100644 index 000000000000..1eacf2fe81f3 --- /dev/null +++ b/graphics/py-ming/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- py_ext/Makefile.in.orig 2011-08-08 01:43:02.000000000 +0000 ++++ py_ext/Makefile.in 2011-08-08 01:43:09.000000000 +0000 +@@ -372,7 +372,7 @@ + rm -Rf test.swf build + + install: +- $(PYTHON) setup.py install --prefix $(prefix) --root "$(DESTDIR)" ++ $(PYTHON) setup.py install --prefix $(prefix) + + test.swf: + $(PYTHON) shape.py |