ports/181140: [patch]x11/pixman fix typo & build issue on arm

Chie Taguchi taguchi.ch at gmail.com
Thu Aug 8 12:20:03 UTC 2013


The following reply was made to PR ports/181140; it has been noted by GNATS.

From: Chie Taguchi <taguchi.ch at gmail.com>
To: bug-followup at FreeBSD.org
Cc: Chie Taguchi <taguchi.ch at gmail.com>,
 Niclas Zeising <zeising at freebsd.org>
Subject: Re: ports/181140: [patch]x11/pixman fix typo & build issue on arm
Date: Thu, 8 Aug 2013 21:15:41 +0900

 --Apple-Mail=_F0ED1C9C-E235-4413-BD47-68750C2614FA
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=iso-8859-1
 
 Thank you for your notice.
 here is patch.
 
 Regards,
 C. Taguchi
 
 On 2013/08/08, at 21:05, Niclas Zeising <zeising at freebsd.org> wrote:
 
 > The patch seems to be missing, can you please reattach it?
 > Sometimes it is needed to change the file ending to .txt for patches, or
 > they might get eaten for spam reasons.
 > Regards!
 > -- 
 > Niclas Zeising
 
 
 --Apple-Mail=_F0ED1C9C-E235-4413-BD47-68750C2614FA
 Content-Disposition: attachment;
 	filename=patch-Makefile.txt
 Content-Type: text/plain;
 	name="patch-Makefile.txt"
 Content-Transfer-Encoding: 7bit
 
 --- Makefile.orig	2013-08-08 20:02:24.000000000 +0900
 +++ Makefile	2013-08-08 20:16:12.000000000 +0900
 @@ -19,7 +19,7 @@
  .include <bsd.port.options.mk>
  
  .if ! {PORT_OPTIONS:MSIMD}
 -CONFIGURE_ARGS=	--disable-vmx --disable-arm-simd
 +CONFIGURE_ARGS+=	--disable-vmx --disable-arm-simd
  . if ! ${MACHINE_CPU:Mmmx}
  CONFIGURE_ARGS+=	--disable-mmx
  . endif
 @@ -28,4 +28,8 @@
  . endif
  .endif
  
 +.if ${ARCH} == arm || ${ARCH} == armv6
 +CONFIGURE_ARGS+=        --disable-arm-neon
 +.endif
 +
  .include <bsd.port.mk>
 
 --Apple-Mail=_F0ED1C9C-E235-4413-BD47-68750C2614FA
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=iso-8859-1
 
 
 
 --Apple-Mail=_F0ED1C9C-E235-4413-BD47-68750C2614FA--


More information about the freebsd-x11 mailing list