diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-12-14 16:43:54 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-12-14 16:43:54 +0000 |
commit | 6c3dfc1aff6ce01225c0714d5edb7fffa6c40a7e (patch) | |
tree | 67879777dcaf4202202ef6f2ee4769091e9b8462 /lang/oo2c | |
parent | Remove duplicate PORTREVISION declaration (diff) |
lang/oo2c: fix build with new libxml2
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (via email)
Notes
Notes:
svn path=/head/; revision=456308
Diffstat (limited to 'lang/oo2c')
-rw-r--r-- | lang/oo2c/Makefile | 2 | ||||
-rw-r--r-- | lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index c596f0f7a3ac..0805c64d06b7 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -13,8 +13,6 @@ COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany LICENSE= GPLv2 -BROKEN= Fails to build with new libxml2 - BUILD_DEPENDS= xsltproc:textproc/libxslt RUN_DEPENDS= libtool:devel/libtool LIB_DEPENDS= libgc.so:devel/boehm-gc diff --git a/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd b/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd new file mode 100644 index 000000000000..8d054be5b63d --- /dev/null +++ b/lang/oo2c/files/patch-rsrc_OOC_xml_oberon-doc.dtd @@ -0,0 +1,8 @@ +--- rsrc/OOC/xml/oberon-doc.dtd.orig 2017-12-14 16:40:51 UTC ++++ rsrc/OOC/xml/oberon-doc.dtd +@@ -1,5 +1,4 @@ + <?xml version='1.0' encoding='US-ASCII'?> +- + <!ELEMENT bullet EMPTY> + <!ELEMENT dots EMPTY> + <!ELEMENT minus EMPTY> |