diff options
author | tron <tron@pkgsrc.org> | 2011-07-13 19:25:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-13 19:25:42 +0000 |
commit | 8592237d3ca9c7c4631adfc78dd984dc87a620ab (patch) | |
tree | b307a00d7cab7ad5abf86130b19755deaac03fee /x11/pixman | |
parent | d13f7a7c3e09a8fd8dfb8744ebb483d31c07ec40 (diff) | |
download | pkgsrc-8592237d3ca9c7c4631adfc78dd984dc87a620ab.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/pixman')
-rw-r--r-- | x11/pixman/Makefile | 13 |
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" |