Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2013 12:20:02 GMT
From:      Chie Taguchi <taguchi.ch@gmail.com>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/181140: [patch]x11/pixman fix typo &amp; build issue on arm
Message-ID:  <201308081220.r78CK2EL071264@freefall.freebsd.org>

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

From: Chie Taguchi <taguchi.ch@gmail.com>
To: bug-followup@FreeBSD.org
Cc: Chie Taguchi <taguchi.ch@gmail.com>,
 Niclas Zeising <zeising@freebsd.org>
Subject: Re: ports/181140: [patch]x11/pixman fix typo &amp; 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@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--



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