mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
12 lines
363 B
XML
12 lines
363 B
XML
Patch to allow the JDK API location to be passed to Ant using -Djdk.api
|
|
|
|
--- build.xml.orig 2016-06-20 15:06:43 UTC
|
|
+++ build.xml
|
|
@@ -355,6 +355,7 @@
|
|
<include name="**"/>
|
|
<exclude name="org/jgrapht/experimental/**"/>
|
|
</packageset>
|
|
+ <link offline="true" packagelistLoc="${jdk.api}" href="${jdk.api}"/>
|
|
</javadoc>
|
|
</target>
|
|
|