ports/databases/sqlrelay/files/patch-src+api+java+Makefile
Dmitry Sivachenko 9230a343c4 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.
2004-05-26 14:26:21 +00:00

11 lines
437 B
Text

--- 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 @@
include ../../../config.mk
-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)