freebsd-ports/devel/omniORB/files/patch-mk-beforedir.mk
James E. Housley a412d5e141 - Update of devel/omniORB to 3.0.3; also fixes significant problems with the
port (see below).
- Submitted this to current maintainer on Wednesday 14 March; no response yet
- The Python modules were not correctly installed to the Python site library
  directory before.  They are now.  (Thanks to Michael Ewe <m.ewe@t-online.de>
  for pointing out the issue.)
- Used PORTDOCS pragma in $PLIST.

PR:		25934
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-23 00:35:26 +00:00

12 lines
276 B
Makefile

--- mk/beforedir.mk.orig Wed Mar 14 12:29:06 2001
+++ mk/beforedir.mk Wed Mar 14 12:29:37 2001
@@ -313,7 +313,7 @@
CORBA_IDL_FILES = $(CORBA_INTERFACES:%=%.idl)
-CORBA_STUB_DIR = $(TOP)/stub
+CORBA_STUB_DIR = $(TOP)/idl
CorbaImplementation = NO_CORBA_IMPLEMENTATION