You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
7f6de8c7ac
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@19954 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
388 B
Diff
12 lines
388 B
Diff
--- build.xml.orig 2006-10-06 08:53:02.000000000 -0700
|
|
+++ build.xml 2006-10-06 08:54:24.000000000 -0700
|
|
@@ -146,6 +146,8 @@
|
|
source="1.3"
|
|
deprecation="${deprecation}"
|
|
classpathref="compile.classpath">
|
|
+ <compilerarg compiler="javac1.5" value="-endorseddirs"/>
|
|
+ <compilerarg compiler="javac1.5" value="./lib/endorsed"/>
|
|
</javac>
|
|
</target>
|
|
|