summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-08-15 16:53:16 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-08-15 16:53:16 +0000
commit84ff143a3612a91ca667f7945cd62c718e404a99 (patch)
treec2f5b67a85f63c6475b5af400d35cdb7632e5b15 /databases/sqlrelay/files
parents,INSTALLS_SHLIB,USE_LDCONFIG,g (diff)
Update to 0.37.1
Approved by: maintainer (demon)
Notes
Notes: svn path=/head/; revision=170738
Diffstat (limited to 'databases/sqlrelay/files')
-rw-r--r--databases/sqlrelay/files/patch-src+api+java+Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/sqlrelay/files/patch-src+api+java+Makefile b/databases/sqlrelay/files/patch-src+api+java+Makefile
deleted file mode 100644
index a232abdcc67d..000000000000
--- a/databases/sqlrelay/files/patch-src+api+java+Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)