summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files/patch-src+api+java+Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-05-26 14:26:21 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-05-26 14:26:21 +0000
commit9230a343c459a3738380c6520e46ad3e9388505e (patch)
tree02e023abd6033f63b203300452899d6f6d7e970a /databases/sqlrelay/files/patch-src+api+java+Makefile
parentAdd p5-Compress-LeadingBlankSpaces 0.04, perl class to compress leading (diff)
Update to version 0.34.2.
Remove BROKEN for 5.X. Leave BROKEN for 4.X since I didn't test there, but I hope it should work. More testing is needed. I switched off all DB variants support but MySQL due to the lack of tests. Comments welcome.
Diffstat (limited to 'databases/sqlrelay/files/patch-src+api+java+Makefile')
-rw-r--r--databases/sqlrelay/files/patch-src+api+java+Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/sqlrelay/files/patch-src+api+java+Makefile b/databases/sqlrelay/files/patch-src+api+java+Makefile
index f9be5672d1bc..a232abdcc67d 100644
--- a/databases/sqlrelay/files/patch-src+api+java+Makefile
+++ b/databases/sqlrelay/files/patch-src+api+java+Makefile
@@ -1,11 +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
+--- src/api/java/Makefile.orig Wed Dec 17 09:29:12 2003
++++ src/api/java/Makefile Wed May 26 16:41:43 2004
+@@ -2,7 +2,7 @@
--CPPFLAGS = $(BASECPPFLAGS) -I./ -I../c++/include $(RUDIMENTSINCLUDES) $(JAVAINCLUDES)
-+CPPFLAGS = $(JAVAINCLUDES) $(BASECPPFLAGS) -I./ -I../c++/include $(RUDIMENTSINCLUDES)
+ include ../../../config.mk
- SRCS = SQLRConnection.C SQLRCursor.C
- OBJS = SQLRConnection.o SQLRCursor.o
+-CPPFLAGS = $(BASECPPFLAGS) -I./ -I$(top_builddir)/src/api/c++/include $(RUDIMENTSINCLUDES) $(JAVAINCLUDES)
++CPPFLAGS = $(JAVAINCLUDES) $(BASECPPFLAGS) -I./ -I$(top_builddir)/src/api/c++/include $(RUDIMENTSINCLUDES)
+ RPATH =
+ ifneq ($(strip $(libdir)),)
+ ifeq ($(JAVAUSERPATH),yes)