aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-27 17:55:21 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-27 17:55:21 +0000
commit1b2b7fc1619c72ec83591dba288cd80dd9ea083c (patch)
treefabb909e45571e04a8ffc3178efcb70880b4fde6 /databases/sqlrelay
parent6236125065fee2fc8e68f88560f5e6ffe0cef405 (diff)
downloadports-1b2b7fc1619c72ec83591dba288cd80dd9ea083c.tar.gz
ports-1b2b7fc1619c72ec83591dba288cd80dd9ea083c.zip
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+Makefile11
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