diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-02 22:23:28 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-02 22:23:28 +0000 |
commit | 499d5c44c2c30db374a9a12f4c25246ae7f0174d (patch) | |
tree | 276cdcd9ad29869b0c529be3020beb0984908943 /editors/xmlcopyeditor/files/patch-configure.in.diff | |
parent | - Update to 4.14.12 and unbreak for now (diff) |
- New port xmlcopyeditor-1.1.0.3
- XML Copy Editor is a fast validating XML editor.
Features:
* DTD/XML Schema/RELAX NG validation
* XSLT
* XPath
* Pretty-printing
* Syntax highlighting
* Folding
* Tag completion
* Tag locking
* Tag-free editing
* Spelling and style check
* Built-in support for XHTML, XSL, DocBook and TEI
PR: ports/118483
Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Approved by: linimon (mentor)
Diffstat (limited to 'editors/xmlcopyeditor/files/patch-configure.in.diff')
-rw-r--r-- | editors/xmlcopyeditor/files/patch-configure.in.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/xmlcopyeditor/files/patch-configure.in.diff b/editors/xmlcopyeditor/files/patch-configure.in.diff new file mode 100644 index 000000000000..014784eba2da --- /dev/null +++ b/editors/xmlcopyeditor/files/patch-configure.in.diff @@ -0,0 +1,12 @@ +--- configure.in.orig Thu Dec 20 16:54:28 2007 ++++ configure.in Thu Dec 20 16:56:11 2007 +@@ -35,6 +35,9 @@ + # Call WXTEST func + WXTEST + ++# Call iconv checks ++AM_ICONV ++ + # Verify minimus requires + vers=`echo $wxversion | $AWK 'BEGIN { FS = "."; } { printf "% d", ($1 * 1000 + $2) * 1000 + $3;}'` + if test -n "$vers" && test "$vers" -ge 2008000; then |