From 43dd0e0243b5a9d133a660ee959b2a8c28d2991f Mon Sep 17 00:00:00 2001 From: gahr Date: Mon, 20 Oct 2008 17:13:54 +0000 Subject: - Unbreak under certain conditions (disable SSE and MMX) PR: 128130, 128175 Submitted by: gerard@seibercom.net --- graphics/gegl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics/gegl') diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index abc36e8974cc..ba375c933c00 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gegl PORTVERSION= 0.0.${GEGL_MINOR} +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.0/ @@ -30,6 +31,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--disable-sse \ + --disable-mmx GEGL_MINOR= 20 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" -- cgit