Changeset 82946
- Timestamp:
- 08/22/11 07:11:48 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/java/mysql-connector-java/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/java/mysql-connector-java/Portfile
r72252 r82946 58 58 } 59 59 60 platform darwin 10 { 61 post-patch { 62 reinplace -E {/name="compile"/s/compile-testsuite, //} \ 63 ${worksrcpath}/build.xml 64 } 65 66 patchfiles-append patch-JDK-1.6.diff 60 platform darwin { 61 if {${os.major} >= 10} { 62 patchfiles-append patch-JDK-1.6.diff 63 post-patch { 64 reinplace -E {/name="compile"/s/compile-testsuite, //} \ 65 ${worksrcpath}/build.xml 66 } 67 } 67 68 } 68 69
Note: See TracChangeset
for help on using the changeset viewer.

