summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/ORBit2/Makefile2
-rw-r--r--devel/ORBit2/files/patch-ORBit-2.0.pc.in10
2 files changed, 12 insertions, 0 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index 4188ec85f..b4bdfc749 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -7,6 +7,8 @@
PORTNAME= ORBit2
PORTVERSION= 2.7.2
+PORTREVISION= 1
+#PORTREVISION= 0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.7
diff --git a/devel/ORBit2/files/patch-ORBit-2.0.pc.in b/devel/ORBit2/files/patch-ORBit-2.0.pc.in
new file mode 100644
index 000000000..bd616eaa2
--- /dev/null
+++ b/devel/ORBit2/files/patch-ORBit-2.0.pc.in
@@ -0,0 +1,10 @@
+--- ORBit-2.0.pc.in.orig Sat May 31 11:04:33 2003
++++ ORBit-2.0.pc.in Sun Jun 15 01:31:20 2003
+@@ -8,6 +8,6 @@
+ Name: ORBit-2.0
+ Description: High-performance CORBA Object Request Broker.
+ Version: @ORBIT_VERSION@
+-Requires: glib-2.0 gmodule-2.0
++Requires: glib-2.0 gmodule-2.0 gthread-2.0
+ Libs: -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm
+ Cflags: -I${includedir}/orbit-2.0 -DORBIT2=1