summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-15 13:38:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-15 13:38:28 +0800
commit381abfaf699579b20199f97d66f39c8d28753877 (patch)
tree87c7a548a4275cc59df866e06135077223a80a0a /devel
parent5e3445285e0145886fd60d07924d09291152ded1 (diff)
downloadmarcuscom-ports-381abfaf699579b20199f97d66f39c8d28753877.tar
marcuscom-ports-381abfaf699579b20199f97d66f39c8d28753877.tar.gz
marcuscom-ports-381abfaf699579b20199f97d66f39c8d28753877.tar.bz2
marcuscom-ports-381abfaf699579b20199f97d66f39c8d28753877.tar.lz
marcuscom-ports-381abfaf699579b20199f97d66f39c8d28753877.tar.xz
marcuscom-ports-381abfaf699579b20199f97d66f39c8d28753877.tar.zst
marcuscom-ports-381abfaf699579b20199f97d66f39c8d28753877.zip
Make sure ORBit2 retains the gthread-2.0 dependency now that linc is gone.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@870 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-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