Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/cairo/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/cairo/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.112 retrieving revision 1.113 diff -u -p -r1.112 -r1.113 --- pkgsrc/graphics/cairo/Makefile 2012/10/15 17:33:33 1.112 +++ pkgsrc/graphics/cairo/Makefile 2012/10/20 00:55:05 1.113 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2012/10/15 17:33:33 asau Exp $ +# $NetBSD: Makefile,v 1.113 2012/10/20 00:55:05 wiz Exp $ -DISTNAME= cairo-1.12.2 +DISTNAME= cairo-1.12.4 PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -38,11 +38,6 @@ CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_PO TEST_TARGET= check -# Workaround for FreeBSD (noticed on 9.0): -.if ${OPSYS} == "FreeBSD" -BUILDLINK_TRANSFORM+= rm:-ldl -.endif - # PR#43928 .include "../../mk/compiler.mk" .if ${MACHINE_PLATFORM:MDragonFly-*-x86_64} && ${CC_VERSION:Mgcc-4.1.*}