ports/databases/postgresql73-server/files/patch-src-interfaces-jdbc-build-xml
Ade Lovett 03e63e3bdb Another step along the road to the postgresql new world order.
Note that none of these ports are (yet) hooked into the tree,
and will not compile unless you set a specific environmental
variable.  This should be warning enough to leave well alone
for now :)

Submitted by:	maintainer
2004-11-23 19:15:12 +00:00

11 lines
561 B
Text

--- src/interfaces/jdbc/build.xml.orig Fri Mar 28 09:55:21 2003
+++ src/interfaces/jdbc/build.xml Fri Mar 28 09:57:29 2003
@@ -101,7 +101,7 @@
<!-- This is the core of the driver. It is common for all three versions. -->
<target name="compile" depends="prepare,check_versions,driver">
- <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
+ <javac includeAntRuntime="no" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
<include name="${package}/**" />
<exclude name="${package}/jdbc1/**" unless="jdbc1"/>