aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-10-29 23:11:57 +0800
committerflz <flz@FreeBSD.org>2007-10-29 23:11:57 +0800
commit0788cdea8a6743e2a8f568852be5ef8dbeca74fe (patch)
tree6eec7d45bcd55541a3bd39cd6a82f5997f5c9d06 /x11
parent3ad379eecdf6a779b26728c63fef2aa117edc6c7 (diff)
downloadfreebsd-ports-gnome-0788cdea8a6743e2a8f568852be5ef8dbeca74fe.tar.gz
freebsd-ports-gnome-0788cdea8a6743e2a8f568852be5ef8dbeca74fe.tar.zst
freebsd-ports-gnome-0788cdea8a6743e2a8f568852be5ef8dbeca74fe.zip
Disable SSE extensions as they're causing issues on machines without SSE
and gcc 4.2.1. PR: ports/116551 Submitted by: Adam Kirchhoff <adamk@voicenet.com>
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 92622dd7a242..4691d48a2660 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pixman
PORTVERSION= 0.9.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -17,6 +17,6 @@ XORG_CAT= lib
post-patch:
@${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \
- ${WRKSRC}/configure
+ -e 's|-msse||' ${WRKSRC}/configure
.include <bsd.port.mk>