diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 06:15:08 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-19 06:15:08 +0000 |
commit | 1cda1ec091f98531cc5b0eee5da2a52a7494318a (patch) | |
tree | 44d9fe6828458011b7ddf95ea609389a0bacb756 /devel/ORBit/files/patch-ab | |
parent | Activate gtkql. (diff) |
ORBit is a high-performance CORBA ORB with support for the C language.
It is used by the GNOME Project.
PR: ports/7654
Submitted by: Chia-liang Kao <clkao@cirx.org>
Notes
Notes:
svn path=/head/; revision=12636
Diffstat (limited to 'devel/ORBit/files/patch-ab')
-rw-r--r-- | devel/ORBit/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ORBit/files/patch-ab b/devel/ORBit/files/patch-ab new file mode 100644 index 000000000000..a0c49f88c975 --- /dev/null +++ b/devel/ORBit/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Aug 8 23:10:55 1998 ++++ Makefile.in Sat Aug 8 23:11:08 1998 +@@ -86,7 +86,7 @@ + VERSION = @VERSION@ + YACC = @YACC@ + +-SUBDIRS=libIDL src test ++SUBDIRS=libIDL src + + bin_SCRIPTS=orbit-config + |