diff options
author | gahr <gahr@FreeBSD.org> | 2008-10-21 01:13:54 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-10-21 01:13:54 +0800 |
commit | 43dd0e0243b5a9d133a660ee959b2a8c28d2991f (patch) | |
tree | 9e9c7b9035c5fd51ee3825d45d9aa6454296887a /graphics/gegl | |
parent | e8c8bf40f9d9f1773b604ed8be0f6546b73f4d08 (diff) | |
download | freebsd-ports-gnome-43dd0e0243b5a9d133a660ee959b2a8c28d2991f.tar.gz freebsd-ports-gnome-43dd0e0243b5a9d133a660ee959b2a8c28d2991f.tar.zst freebsd-ports-gnome-43dd0e0243b5a9d133a660ee959b2a8c28d2991f.zip |
- Unbreak under certain conditions (disable SSE and MMX)
PR: 128130, 128175
Submitted by: gerard@seibercom.net
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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}" |