diff options
Diffstat (limited to 'devel/py-orbit2/files')
-rw-r--r-- | devel/py-orbit2/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/py-orbit2/files/patch-src::Makefile.in | 11 |
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/py-orbit2/files/patch-configure b/devel/py-orbit2/files/patch-configure new file mode 100644 index 000000000000..ae3ea6ce6ead --- /dev/null +++ b/devel/py-orbit2/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Oct 12 17:21:22 2002 ++++ configure Sat Oct 12 17:21:49 2002 +@@ -7487,6 +7487,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/py-orbit2/files/patch-src::Makefile.in b/devel/py-orbit2/files/patch-src::Makefile.in deleted file mode 100644 index 4321f9f54089..000000000000 --- a/devel/py-orbit2/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed Oct 17 07:44:15 2001 -+++ src/Makefile.in Mon Mar 25 12:06:12 2002 -@@ -103,7 +103,7 @@ - pyexecdir = @pyexecdir@ - pythondir = @pythondir@ - --INCLUDES = $(PYTHON_INCLUDES) $(PYTHON_CFLAGS) $(ORBIT_CFLAGS) -+INCLUDES = $(PYTHON_INCLUDES) $(PYTHON_CFLAGS) $(ORBIT_CFLAGS) $(LIBIDL_CFLAGS) - LIBS = $(ORBIT_LIBS) - - pyexec_PROGRAMS = CORBAmodule$(SO) PortableServermodule$(SO) |