diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:30:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-09 07:30:46 +0000 |
commit | 25ba3e5428c01637e756441e8228254dd6dd0d28 (patch) | |
tree | a388aa078c70fef28f0f9ca946eb3e68e1c657a7 /devel/ORBit2/files/patch-src::services::event::Makefile.in | |
parent | Update version number of gtkhtml shared library. (diff) |
Update to 0.5.10.
Notes
Notes:
svn path=/head/; revision=48585
Diffstat (limited to 'devel/ORBit2/files/patch-src::services::event::Makefile.in')
-rw-r--r-- | devel/ORBit2/files/patch-src::services::event::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ORBit2/files/patch-src::services::event::Makefile.in b/devel/ORBit2/files/patch-src::services::event::Makefile.in new file mode 100644 index 000000000000..c29eee588ca7 --- /dev/null +++ b/devel/ORBit2/files/patch-src::services::event::Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.3 2000/10/17 23:48:01 jlam Exp $ + +--- src/services/event/Makefile.in.orig Thu Oct 12 12:07:09 2000 ++++ src/services/event/Makefile.in +@@ -115,7 +115,7 @@ + DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la + + +-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm ++LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@ + + + event_consumer_SOURCES = event-consumer.c CosEventComm-skels.c CosEventChannel-common.c CosEventChannel-stubs.c |