From owner-freebsd-x11@FreeBSD.ORG Thu Aug 8 12:20:03 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0EC5B4BF for ; Thu, 8 Aug 2013 12:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F06FE2DC0 for ; Thu, 8 Aug 2013 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r78CK2ji071265 for ; Thu, 8 Aug 2013 12:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r78CK2EL071264; Thu, 8 Aug 2013 12:20:02 GMT (envelope-from gnats) Date: Thu, 8 Aug 2013 12:20:02 GMT Message-Id: <201308081220.r78CK2EL071264@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: Chie Taguchi Subject: Re: ports/181140: [patch]x11/pixman fix typo & build issue on arm X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chie Taguchi List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 12:20:03 -0000 The following reply was made to PR ports/181140; it has been noted by GNATS. From: Chie Taguchi To: bug-followup@FreeBSD.org Cc: Chie Taguchi , Niclas Zeising 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 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 .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 --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--