diff options
Diffstat (limited to 'devel/py-omniorb-3/files/patch-python-dir.mk')
-rw-r--r-- | devel/py-omniorb-3/files/patch-python-dir.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-omniorb-3/files/patch-python-dir.mk b/devel/py-omniorb-3/files/patch-python-dir.mk new file mode 100644 index 000000000000..a5f55572c35b --- /dev/null +++ b/devel/py-omniorb-3/files/patch-python-dir.mk @@ -0,0 +1,19 @@ +--- python/dir.mk.orig Wed Feb 8 23:42:23 2006 ++++ python/dir.mk Wed Feb 8 23:42:44 2006 +@@ -24,7 +24,7 @@ + $(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 @@ + $(ExportFileToDir) \ + done; \ + cd $(INSTALLPYLIBDIR); \ +- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \ ++ $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \ + ) + endif |