diff options
Diffstat (limited to 'devel/ORBit2/files/patch-ORBit-2.0.pc.in')
-rw-r--r-- | devel/ORBit2/files/patch-ORBit-2.0.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
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 |