diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-18 07:46:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-18 07:46:17 +0800 |
commit | c58554a9d2d822ab570d9f66996fce244ef4eb9e (patch) | |
tree | 5cce0eb9532a2ab82daa2c45edd44c8bf4fccf58 /x11/pixman/Makefile | |
parent | b9c13f89b402d796006b7a0af062be8da886fcc8 (diff) | |
download | marcuscom-ports-c58554a9d2d822ab570d9f66996fce244ef4eb9e.tar marcuscom-ports-c58554a9d2d822ab570d9f66996fce244ef4eb9e.tar.gz marcuscom-ports-c58554a9d2d822ab570d9f66996fce244ef4eb9e.tar.bz2 marcuscom-ports-c58554a9d2d822ab570d9f66996fce244ef4eb9e.tar.lz marcuscom-ports-c58554a9d2d822ab570d9f66996fce244ef4eb9e.tar.xz marcuscom-ports-c58554a9d2d822ab570d9f66996fce244ef4eb9e.tar.zst marcuscom-ports-c58554a9d2d822ab570d9f66996fce244ef4eb9e.zip |
Committed to FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14908 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r-- | x11/pixman/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile deleted file mode 100644 index f6d29bd61..000000000 --- a/x11/pixman/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: pixman -# Date Created: Aug 9 2003 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pixman -PORTVERSION= 0.18.4 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Low-level pixel manipulation library - -XORG_CAT= lib -USE_AUTOTOOLS= libtool:22 -USE_PERL5_BUILD=yes -USE_GNOME= ltverhack:9 - -OPTIONS= SIMD "Enable autodection of SIMD features (MMX, SSE2, VMX)" off - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_SIMD) -CONFIGURE_ARGS= --disable-vmx --disable-arm-simd - -.if ${ARCH:Namd64} -CONFIGURE_ARGS+= --disable-mmx --disable-sse2 -.endif - -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> |