aboutsummaryrefslogtreecommitdiff
path: root/devel/py-orbit
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-03-25 10:18:19 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-03-25 10:18:19 +0000
commita4d472cf5fa96a1c98b01dc0f1de0e7eafaa8dd2 (patch)
treef3d1940845388cb1fed5a35b6ffc5ee5860cad6d /devel/py-orbit
parentae0f373fe84f0bd43adea7bf608a54f3fd5d5aba (diff)
downloadports-a4d472cf5fa96a1c98b01dc0f1de0e7eafaa8dd2.tar.gz
ports-a4d472cf5fa96a1c98b01dc0f1de0e7eafaa8dd2.zip
Notes
Diffstat (limited to 'devel/py-orbit')
-rw-r--r--devel/py-orbit/Makefile2
-rw-r--r--devel/py-orbit/files/patch-src::Makefile.in11
2 files changed, 11 insertions, 2 deletions
diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile
index 3579416997cc..10d8fbdf4d81 100644
--- a/devel/py-orbit/Makefile
+++ b/devel/py-orbit/Makefile
@@ -23,6 +23,4 @@ USE_GLIB= yes
GNU_CONFIGURE= yes
USE_PYTHON= yes
-CFLAGS+= -I${LOCALBASE}/include
-
.include <bsd.port.mk>
diff --git a/devel/py-orbit/files/patch-src::Makefile.in b/devel/py-orbit/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..4321f9f54089
--- /dev/null
+++ b/devel/py-orbit/files/patch-src::Makefile.in
@@ -0,0 +1,11 @@
+--- 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)