From 2c7b71a24e1f526e551107a1b71dfea845e7e01a Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 13 Jul 2011 19:25:42 +0000 Subject: Remove Mac OS X build fix as David Sainty fixed the actual problem with this commit: http://mail-index.netbsd.org/pkgsrc-changes/2011/07/13/msg057479.html --- x11/pixman/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'x11') diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 6b870312383..b66cad19280 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2011/07/12 18:23:09 tron Exp $ +# $NetBSD: Makefile,v 1.44 2011/07/13 19:25:42 tron Exp $ DISTNAME= pixman-0.22.2 PKGREVISION= 1 @@ -43,15 +43,4 @@ post-extract: ${CP} ${FILESDIR}/pixman.sym ${WRKDIR} ${CP} ${FILESDIR}/solaris-hwcap.mapfile ${WRKSRC}/pixman -.include "../../mk/bsd.prefs.mk" - -# Link the tests with the static library under Mac OS X as we cannot use -# the shared library out of the build area. -.if ${OPSYS} == "Darwin" -SUBST_CLASSES+= pixmantests -SUBST_STAGE.pixmantests= post-configure -SUBST_FILES.pixmantests= test/Makefile -SUBST_SED.pixmantests= -e 's@libpixman-1\.la@\.libs/libpixman-1\.a@' -.endif - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3