Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 00:40:30 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/150698: [patch] graphics/mupdf: restore some vendor CFLAGS
Message-ID:  <201009220040.o8M0eUkK089965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/150698; it has been noted by GNATS.

From: Anonymous <swell.k@gmail.com>
To: Martin Dieringer <martin.dieringer@gmx.de>
Cc: bug-followup@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009220040.o8M0eUkK089965>