ports/devel/py-omniorb-3/files/patch-omniidl_be-dir.mk
Thierry Thomas 6c0cb7e99c In order to rescue the Salomé's ports, devel/omniNotify and
devel/py-omniorb are needed. But since omniNotify depends on
devel/omniORB-4.1, a version of py-omniorb depending on the same omniORB
is needed, to avoid conflicts.

- Repocopy devel/py-omniorb to devel/py-omniorb-3

- Downgrade it to 3.7

- Set CONFLICTS.

CR:		D970
2014-10-21 16:53:38 +00:00

19 lines
548 B
Makefile

--- omniidl_be/dir.mk.orig Wed Feb 8 23:42:52 2006
+++ omniidl_be/dir.mk Wed Feb 8 23:43:03 2006
@@ -13,8 +13,6 @@
for file in $^; do \
$(ExportFileToDir) \
done; \
- cd $(PYLIBDIR); \
- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
)
ifdef INSTALLTARGET
@@ -23,7 +21,5 @@
for file in $^; do \
$(ExportFileToDir) \
done; \
- cd $(INSTALLPYLIBDIR); \
- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \
)
endif