summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2011-07-13 19:25:42 +0000
committertron <tron>2011-07-13 19:25:42 +0000
commit2c7b71a24e1f526e551107a1b71dfea845e7e01a (patch)
treeb307a00d7cab7ad5abf86130b19755deaac03fee /x11
parent1129497ab2bf6ca8ede793e4a3e20da548b730d4 (diff)
downloadpkgsrc-2c7b71a24e1f526e551107a1b71dfea845e7e01a.tar.gz
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
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile13
1 files changed, 1 insertions, 12 deletions
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"