summaryrefslogtreecommitdiff
path: root/devel/py-omniorb-3/files/patch-python_dir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-omniorb-3/files/patch-python_dir.mk')
-rw-r--r--devel/py-omniorb-3/files/patch-python_dir.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/py-omniorb-3/files/patch-python_dir.mk b/devel/py-omniorb-3/files/patch-python_dir.mk
deleted file mode 100644
index ecce577de021..000000000000
--- a/devel/py-omniorb-3/files/patch-python_dir.mk
+++ /dev/null
@@ -1,19 +0,0 @@
---- python/dir.mk.orig 2003-03-23 21:51:59 UTC
-+++ python/dir.mk
-@@ -24,7 +24,7 @@ export:: $(FILES)
- $(ExportFileToDir) \
- done; \
- cd $(PYLIBDIR); \
-- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
-+ $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \
- )
-
- ifdef INSTALLTARGET
-@@ -34,6 +34,6 @@ install:: $(FILES)
- $(ExportFileToDir) \
- done; \
- cd $(INSTALLPYLIBDIR); \
-- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
-+ $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \
- )
- endif