diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-08-19 06:15:08 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-08-19 06:15:08 +0000 |
commit | 83aa59fcd2199a7d1bc9e920f1cd21c857d8f81e (patch) | |
tree | 51cf60fa91047f6b9d07129b2de4b120d3b19148 /devel/ORBit2/files | |
parent | ccce353095a0d29dec0b944237053cf403480efb (diff) | |
download | FreeBSD-ports-83aa59fcd2199a7d1bc9e920f1cd21c857d8f81e.zip FreeBSD-ports-83aa59fcd2199a7d1bc9e920f1cd21c857d8f81e.tar.gz |
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>
Diffstat (limited to 'devel/ORBit2/files')
-rw-r--r-- | devel/ORBit2/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ac | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab new file mode 100644 index 0000000..a0c49f8 --- /dev/null +++ b/devel/ORBit2/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 + diff --git a/devel/ORBit2/files/patch-ac b/devel/ORBit2/files/patch-ac new file mode 100644 index 0000000..b74728f --- /dev/null +++ b/devel/ORBit2/files/patch-ac @@ -0,0 +1,10 @@ +--- src/ORBitutil/machine_endian.h.orig Tue Aug 18 20:29:55 1998 ++++ src/ORBitutil/machine_endian.h Tue Aug 18 20:30:59 1998 +@@ -1,6 +1,7 @@ + #ifndef machine_endian_h_ + #define machine_endian_h_ + #include <machine/endian.h> ++#include <sys/types.h> + #include <machine/types.h> + #if BYTE_ORDER == LITTLE_ENDIAN + # define MACHINE_IS_LITTLE_ENDIAN |