Make java-sqlrelay compile even if lang/gcc3[0123] (gcj) is installed.

This commit is contained in:
Akinori MUSHA 2002-10-27 17:55:21 +00:00
parent 6236125065
commit 1b2b7fc161
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68940

View file

@ -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