diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 17:55:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 17:55:42 +0000 |
commit | 45191089efa38fbcc19fa8c64020e06a2be0ccd8 (patch) | |
tree | cbe2e075fd70d3ee2fc4d67e12beca0a7e6c4bbc | |
parent | Make java-sqlrelay compile even if lang/gcc3[0123] (gcj) is installed. (diff) |
Make ruby-sqlrelay compile.
Notes
Notes:
svn path=/head/; revision=68941
-rw-r--r-- | databases/sqlrelay/files/patch-src+api+ruby+sqlrelay.C | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/sqlrelay/files/patch-src+api+ruby+sqlrelay.C b/databases/sqlrelay/files/patch-src+api+ruby+sqlrelay.C new file mode 100644 index 000000000000..5804267dd553 --- /dev/null +++ b/databases/sqlrelay/files/patch-src+api+ruby+sqlrelay.C @@ -0,0 +1,12 @@ +--- src/api/ruby/sqlrelay.C.orig Tue Apr 2 12:46:18 2002 ++++ src/api/ruby/sqlrelay.C Mon Oct 28 02:51:20 2002 +@@ -4,7 +4,8 @@ + #include <ruby.h> + #include "../c++/include/sqlrelay/sqlrclient.h" + +-#include "rubyincludes.h" ++#include "rubyincludes1.h" ++#include "rubyincludes2.h" + + extern "C" { + |