diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/Makefile | 3 | ||||
-rw-r--r-- | x11/pixman/files/pixman.sym | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index d5cfcecb3ec..be2ab1ae7d6 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2012/05/12 17:38:32 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2012/05/15 18:59:07 tron Exp $ DISTNAME= pixman-0.24.4 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/pixman/files/pixman.sym b/x11/pixman/files/pixman.sym index d116b8e5c1c..a6cf7d027ee 100644 --- a/x11/pixman/files/pixman.sym +++ b/x11/pixman/files/pixman.sym @@ -1,7 +1,8 @@ +_pixman_addition_overflows_int +_pixman_multiply_overflows_int pixman_add_trapezoids pixman_add_traps pixman_add_triangles -pixman_addition_overflows_int pixman_blt pixman_composite_trapezoids pixman_composite_triangles @@ -62,7 +63,6 @@ pixman_image_unref pixman_line_fixed_edge_init pixman_malloc_ab pixman_malloc_abc -pixman_multiply_overflows_int pixman_rasterize_edges pixman_rasterize_edges_accessors pixman_rasterize_trapezoid |