Permalink
Browse files
demo.xml also needs to be source level 1.6 to be compatible with java9
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
10.9-libcxx/stable/main/finkinfo/sound/freetts.info
|
|
@@ -1,6 +1,6 @@ |
|
|
Package: freetts |
|
|
Version: 1.2.2 |
|
|
Revision: 2 |
|
|
Revision: 3 |
|
|
Description: Speech synthesizer written entirely in Java |
|
|
License: BSD |
|
|
Maintainer: None <fink-devel@lists.sourceforge.net> |
|
|
@@ -15,7 +15,7 @@ Depends: jsapi, system-java (>= 1.6-1) |
|
|
Source: mirror:sourceforge:%n/%n-%v-src.zip |
|
|
Source-MD5: 692b5ece251fed88539736e55af5f391 |
|
|
SourceDirectory: %n-%v |
|
|
PatchScript: perl -pi -e 's,source="1.4",source="1.6" target="1.6",g' build.xml |
|
|
PatchScript: perl -pi -e 's,source="1.4",source="1.6" target="1.6",g' build.xml demo.xml |
|
|
Type: java |
|
|
CompileScript: << |
|
|
#!/bin/sh -ex |
|
|
|