ports/150698: [patch] graphics/mupdf: restore some vendor CFLAGS
Anonymous
swell.k at gmail.com
Wed Sep 22 00:40:31 UTC 2010
The following reply was made to PR ports/150698; it has been noted by GNATS.
From: Anonymous <swell.k at gmail.com>
To: Martin Dieringer <martin.dieringer at gmx.de>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/150698: [patch] graphics/mupdf: restore some vendor CFLAGS
Date: Wed, 22 Sep 2010 04:32:38 +0400
Martin Dieringer <martin.dieringer at gmx.de> writes:
> Is this a fix for i386? As I only have an amd64 machine, I think I
> cannot help here, sorry. Otherwise if nobody fixes i386, I guess it
> simply should be marked BROKEN for this ARCH?
Yes, the breakage is i386 specific[1]. As a maintainer just make sure my
latest diff doesn't break anything for you.
[1] $ cc -dM -E - </dev/null | fgrep -i -emmx -esse # i386
$ cc -dM -E - </dev/null | fgrep -i -emmx -esse # amd64
#define __MMX__ 1
#define __SSE2_MATH__ 1
#define __SSE_MATH__ 1
#define __SSE__ 1
#define __SSE2__ 1
More information about the freebsd-ports-bugs
mailing list