summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h')
-rw-r--r--editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h b/editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h
new file mode 100644
index 00000000000..3b12d543664
--- /dev/null
+++ b/editors/abiword/patches/patch-src_text_ptbl_xp_pd__DocumentRDF.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_text_ptbl_xp_pd__DocumentRDF.h,v 1.1 2015/09/13 21:32:13 nros Exp $
+* Fixes build on FreeBSD 10 with clang. From freebsd-ports mailing list.
+ Applied upstream.
+ https://lists.freebsd.org/pipermail/freebsd-ports/2015-March/098621.html
+
+--- src/text/ptbl/xp/pd_DocumentRDF.h.orig 2015-04-04 22:38:01.000000000 +0000
++++ src/text/ptbl/xp/pd_DocumentRDF.h
+@@ -68,6 +68,7 @@ class ABI_EXPORT PD_URI
+ bool isValid() const;
+ bool operator==(const PD_URI& b) const;
+ bool operator==(const std::string& b) const;
++ bool operator<(const PD_URI& b) const;
+
+ virtual bool read( std::istream& ss );
+ virtual bool write( std::ostream& ss ) const;