mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
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
11 lines
561 B
Text
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"/>
|