diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 17:55:21 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 17:55:21 +0000 |
commit | 1b2b7fc1619c72ec83591dba288cd80dd9ea083c (patch) | |
tree | fabb909e45571e04a8ffc3178efcb70880b4fde6 /databases/sqlrelay | |
parent | Update to 0.32. (diff) |
Make java-sqlrelay compile even if lang/gcc3[0123] (gcj) is installed.
Notes
Notes:
svn path=/head/; revision=68940
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/files/patch-src+api+java+Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/sqlrelay/files/patch-src+api+java+Makefile b/databases/sqlrelay/files/patch-src+api+java+Makefile new file mode 100644 index 000000000000..f9be5672d1bc --- /dev/null +++ b/databases/sqlrelay/files/patch-src+api+java+Makefile @@ -0,0 +1,11 @@ +--- src/api/java/Makefile.orig Sun Mar 24 09:09:19 2002 ++++ src/api/java/Makefile Mon Oct 28 02:46:52 2002 +@@ -3,7 +3,7 @@ + top_srcdir = ../../.. + INSTALL = $(top_srcdir)/install-sh -c + +-CPPFLAGS = $(BASECPPFLAGS) -I./ -I../c++/include $(RUDIMENTSINCLUDES) $(JAVAINCLUDES) ++CPPFLAGS = $(JAVAINCLUDES) $(BASECPPFLAGS) -I./ -I../c++/include $(RUDIMENTSINCLUDES) + + SRCS = SQLRConnection.C SQLRCursor.C + OBJS = SQLRConnection.o SQLRCursor.o |