diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-05 23:19:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-05 23:19:58 +0000 |
commit | 90ba361d6987b80185fe7f9ae532e5777491a112 (patch) | |
tree | 7fd73419d50e532833bbb2668101ed3d6d7eb908 /devel/py-orbit2/files/patch-src::Makefile.in | |
parent | Update to 2.110. (diff) |
Add py-orbit2 after a repo-copy from py-orbit. py-orbit2 are Python
bindings for ORBit2.
Diffstat (limited to 'devel/py-orbit2/files/patch-src::Makefile.in')
-rw-r--r-- | devel/py-orbit2/files/patch-src::Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
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) |