ports/java/jgrapht/files/patch-build.xml
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

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>