summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/cairomm/Makefile3
-rw-r--r--graphics/cairomm/files/patch-cairomm_enums.h11
2 files changed, 13 insertions, 1 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index f099fde72..323eb2e63 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -3,11 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/cairomm/Makefile,v 1.4 2006/09/06 22:06:40 marcus Exp $
+# $MCom: ports/graphics/cairomm/Makefile,v 1.6 2008/03/20 03:48:29 marcus Exp $
#
PORTNAME= cairomm
PORTVERSION= 1.4.8
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
diff --git a/graphics/cairomm/files/patch-cairomm_enums.h b/graphics/cairomm/files/patch-cairomm_enums.h
new file mode 100644
index 000000000..4d0d6ed98
--- /dev/null
+++ b/graphics/cairomm/files/patch-cairomm_enums.h
@@ -0,0 +1,11 @@
+--- 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