summaryrefslogtreecommitdiffstats
path: root/graphics/cairomm/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cairomm/files')
-rw-r--r--graphics/cairomm/files/patch-cairomm_enums.h11
-rw-r--r--graphics/cairomm/files/patch-docs_reference_Makefile.in11
2 files changed, 0 insertions, 22 deletions
diff --git a/graphics/cairomm/files/patch-cairomm_enums.h b/graphics/cairomm/files/patch-cairomm_enums.h
deleted file mode 100644
index 4d0d6ed98..000000000
--- a/graphics/cairomm/files/patch-cairomm_enums.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- cairomm/enums.h.orig 2008-03-21 22:42:50.000000000 +0100
-+++ cairomm/enums.h 2008-03-21 22:43:38.000000000 +0100
-@@ -192,7 +192,7 @@ typedef enum
- FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY,
- FONT_TYPE_FT = CAIRO_FONT_TYPE_FT,
- FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32,
-- FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI
-+ FONT_TYPE_QUARTZ = CAIRO_FONT_TYPE_QUARTZ
- } FontType;
-
- } // namespace Cairo
diff --git a/graphics/cairomm/files/patch-docs_reference_Makefile.in b/graphics/cairomm/files/patch-docs_reference_Makefile.in
deleted file mode 100644
index 560b3dc7b..000000000
--- a/graphics/cairomm/files/patch-docs_reference_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/reference/Makefile.in.orig Thu Jul 6 00:29:26 2006
-+++ docs/reference/Makefile.in Thu Jul 6 00:29:40 2006
-@@ -342,7 +342,7 @@
-
- $(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h) $(HTML_TEMPLATE_FILES)
- -rm -rf html
-- doxygen $(DOXYGEN_CONFIGFILE) \
-+ $(DOXYGEN) $(DOXYGEN_CONFIGFILE) \
- 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
-
- html: $(index_html)